摘要: https://quark-design.hellobike.com/#/ 阅读全文
posted @ 2022-11-02 11:02 龙丶谈笑风声 阅读(25) 评论(0) 推荐(0) 编辑
摘要: private static string[,] Substitution_Boxes = new string[,] { { "d1310ba6", "98dfb5ac", "2ffd72db", "d01adfb7", "b8e1afed", "6a267e96", "ba7c9045", "f 阅读全文
posted @ 2022-09-20 15:19 龙丶谈笑风声 阅读(53) 评论(0) 推荐(0) 编辑
摘要: private static void SqlFastInsert(DbConnection dbConnection, DbTransaction trans, DataTable dt) { using (SqlBulkCopy sqlbulkcopy = new SqlBulkCopy(dbC 阅读全文
posted @ 2022-09-20 11:26 龙丶谈笑风声 阅读(589) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 大批量数据插入,返回成功插入行数 /// </summary> /// <param name="connectionString">数据库连接字符串</param> /// <param name="table">数据表</param> /// <returns 阅读全文
posted @ 2022-09-20 11:23 龙丶谈笑风声 阅读(711) 评论(0) 推荐(0) 编辑
摘要: python -m PyInstaller -w -c -F setup.py python -u musicdl.py 阅读全文
posted @ 2022-08-30 11:29 龙丶谈笑风声 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 出现single-spa minified message #31: See...错误时,一般是子应用未卸载就再次加载出现 解决方案: 在离开子应用时,卸载子应用代码 onBeforeUnmount(()=>{ state.microApp_PAD.onUnmounted(); state.micr 阅读全文
posted @ 2022-07-12 10:30 龙丶谈笑风声 阅读(600) 评论(0) 推荐(0) 编辑
摘要: function noRepeat(arr) { var newArr = []; for(var i=0,l = arr.length; i < l; i++) { for(var j=i+1;j<l;j++) { if(JSON.stringify(arr[i]) == JSON.stringi 阅读全文
posted @ 2022-06-20 17:58 龙丶谈笑风声 阅读(94) 评论(0) 推荐(0) 编辑
摘要: public static string DataTableToSQL(DataTable dataTable, DataTableToSQLType tpye, string SQLWhere = null) { if (dataTable.TableName == "" || dataTable 阅读全文
posted @ 2022-05-11 17:47 龙丶谈笑风声 阅读(139) 评论(0) 推荐(0) 编辑
摘要: string maxTime = datatable.Compute("max(time)", "true").ToString(); string minTime = datatable.Compute("min(time)", "true").ToString(); 阅读全文
posted @ 2022-05-11 17:36 龙丶谈笑风声 阅读(941) 评论(0) 推荐(1) 编辑
摘要: a56爆大奖在线娱乐是jquery版本的ztree, a56爆大奖在线娱乐是vue-beauty,这个拥有折叠线,地址是:https://fe-driver.github.io/vue-beauty/#/components/tree a56爆大奖在线娱乐是iview,这个是没有折叠线,地址是:https://www.iviewui.com/co 阅读全文
posted @ 2022-03-09 10:45 龙丶谈笑风声 阅读(283) 评论(0) 推荐(0) 编辑