上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
  2018年4月13日
摘要: http://www.cnblogs.com/insus/archive/2013/05/22/3090786.html 阅读全文
posted @ 2018-04-13 08:48 sxjljj 阅读(92) 评论(0) 推荐(0) 编辑
  2018年4月11日
摘要: https://m.book118.com/html/2016/1203/67671992.shtm 阅读全文
posted @ 2018-04-11 20:42 sxjljj 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 图形数据写入数据库 用FileStream对象读模式打开图形文件 Dim 文件对象 As New FileStream(图形文件名, FileMode.Open, FileAccess.Read) 定义字节类型的数组(大小为文件长度) Dim 数组() As Byte ReDim 数组(文件对象.L 阅读全文
posted @ 2018-04-11 20:40 sxjljj 阅读(191) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/dzweather/article/details/51429107 FtpWebRequest与FtpWebResponse类用来与特定FTP服务器进行沟通。 FtpWebRequest 与 FtpWebResponse 类分别继承了 WebReques 阅读全文
posted @ 2018-04-11 19:43 sxjljj 阅读(1075) 评论(0) 推荐(0) 编辑
  2018年4月9日
摘要: Public Function WriteToCSV(ByVal dataTable As DataTable, ByVal filePath As String, ByVal records As ArrayList) As Boolean Dim fileStream As System.IO.... 阅读全文
posted @ 2018-04-09 17:54 sxjljj 阅读(704) 评论(0) 推荐(0) 编辑
  2018年4月8日
摘要: 总量:My.Computer.Info.TotalPhysicalMemory 可用的:My.Computer .Info .AvailablePhysicalMemory 已使用量=总量-可用的 阅读全文
posted @ 2018-04-08 20:03 sxjljj 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1。动态数组 dim myStr() as string 2。固定数组 dim myStr(10) as string 3。net字符串数组 dim myStr as string() 都差不多的。 阅读全文
posted @ 2018-04-08 20:00 sxjljj 阅读(126) 评论(0) 推荐(0) 编辑
摘要: https://m.baidu.com/sf_baijiahao/s?id=1552900709589272&wfr=spider&for=pc 阅读全文
posted @ 2018-04-08 19:24 sxjljj 阅读(152) 评论(0) 推荐(0) 编辑
  2018年4月3日
摘要: public class FtpHelper { string ftpServerIP; string ftpRemotePath; string ftpUserID; string ftpPassword; string ftpURI; /// /// 连接FTP ... 阅读全文
posted @ 2018-04-03 17:03 sxjljj 阅读(158) 评论(0) 推荐(0) 编辑
  2018年3月30日
摘要: easyui里面的加载tree的两种方式 第一种: 使用EasyUI中Tree 符合EasyUI中Tree的Json格式,我们先看一下,格式是如何的 [{ "id":1, "text":"My Documents", "children":[{ "id":22, "text":"Photos", "sta... 阅读全文
posted @ 2018-03-30 14:37 sxjljj 阅读(624) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页