posted @ 2019-08-30 16:41 yiyishuitian 阅读(2620) 评论(0) 推荐(0)
摘要:
1 安装 Oracle Developer Tools for Visual Studio https://www.oracle.com/database/technologies/developer-tools/visual-studio/ 2 vs2019-->工具-->连接到数据库 3 数据源 阅读全文
摘要:
1 使用VS以网站形式打开一个项目。 2 添加 web 窗体时,为vb语言。 解决方法 添加-->添加新项-->Visual C#-->WEB窗体 下次再添加时即默认为C#语言了。 阅读全文
posted @ 2019-08-29 13:52 yiyishuitian 阅读(426) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-08-08 09:30 yiyishuitian 阅读(4) 评论(0) 推荐(0)
摘要:
转自:https://www.cnblogs.com/baojiao/p/9336857.html 阅读全文
posted @ 2019-08-02 16:12 yiyishuitian 阅读(187) 评论(0) 推荐(0)
摘要:
width) { picker.setWidth(width); }" /> 阅读全文
posted @ 2019-08-02 11:11 yiyishuitian 阅读(329) 评论(0) 推荐(0)
摘要:
1 store 中 OnReadData 设置 AutoLoad = true ,重要的一点是 要有一个代理.不然数据不显示 1 阅读全文
posted @ 2019-07-22 16:51 yiyishuitian 阅读(346) 评论(0) 推荐(0)
摘要:
private void DownLoadAsZip(string folderName, string outFileName) { //取文件夹下文件,只取当前目录下文件,子文件不取 string[] files = Directory.GetFiles(folderName); int folderOffset = ... 阅读全文
posted @ 2019-07-18 11:22 yiyishuitian 阅读(823) 评论(0) 推荐(0)
摘要:
JS: 如果在同步执行进程中有可能无法显示,这时可以使用 var a = function(){ } var b = function(){ } C#: 阅读全文
posted @ 2019-06-26 09:47 yiyishuitian 阅读(362) 评论(0) 推荐(0)