上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页
摘要: /// <summary> /// 获取系统当前活动窗口 /// </summary> /// <returns></returns> [DllImport("User32.DLL")] static extern IntPtr GetForegroundWindow(); /// <summary 阅读全文
posted @ 2018-06-28 12:55 Ace001 阅读(471) 评论(0) 推荐(0)
摘要: 打开cmd执行(d:\script.sql为sql文件位置): sqlcmd -S 127.0.0.1 -U sa -P sa -i d:\script.sql From:https://www.cnblogs.com/xuejianxiyang/p/9234781.html 阅读全文
posted @ 2018-06-27 16:48 Ace001 阅读(4804) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-06-08 14:13 Ace001 阅读(1341) 评论(0) 推荐(0)
摘要: https://files.cnblogs.com/files/xuejianxiyang/core.jar.rar 导入jar包 //标准 boolean bl = false; //生成内容 String text =url; //二维码宽度和高度 int width = 300; int he 阅读全文
posted @ 2018-06-06 09:56 Ace001 阅读(371) 评论(0) 推荐(0)
摘要: 删除以下位置的cache文件夹 C:\Users\Administrator\AppData\Local\Sencha\Sencha Architect 3.2\Cache bug解决参考 https://www.sencha.com/forum/showthread.php?334643-Cann 阅读全文
posted @ 2018-05-11 14:32 Ace001 阅读(491) 评论(0) 推荐(0)
摘要: '*****************************************************************************dim model 'current modelset model = ActiveModelIf (model Is Nothing) The 阅读全文
posted @ 2018-04-24 10:33 Ace001 阅读(948) 评论(3) 推荐(0)
摘要: 1.linqtosql查看sql var dc=new DBDataContext(); TextWriter tw = new StringWriter(); dc.Log = tw; var list = dc.News.Skip((page - 1) * limit).Take(limit). 阅读全文
posted @ 2018-04-24 09:18 Ace001 阅读(1119) 评论(1) 推荐(1)
摘要: 解决办法是Form类中定义一个静态的ActiveX对象,在formload中将界面上的ActiveX对象赋值给新定义的对象,类中访问该静态对象即可. public static AxClientDriver_NTLib.AxClientDriverCtrl com = new AxClientDri 阅读全文
posted @ 2018-03-30 12:33 Ace001 阅读(3506) 评论(0) 推荐(0)
摘要: 1.表单取值/赋值公共方法 2.调用 3.生成下拉框 调用: //参数:数据源地址,显示字段,取值字段,下拉框id,默认选中值,开头追加数据,成功回调 createSelect("api/Dict/GetProvinces", "Name", "Id", "selProvince", -1, {Id 阅读全文
posted @ 2018-02-05 10:35 Ace001 阅读(3117) 评论(1) 推荐(1)
摘要: '合并excel的多个sheetSub 合并当前工作簿下的所有工作表()Application.ScreenUpdating = FalseFor j = 1 To Sheets.Count If Sheets(j).Name <> ActiveSheet.Name Then X = Range(" 阅读全文
posted @ 2018-01-30 15:18 Ace001 阅读(377) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页