2018年4月13日
摘要:
http://www.cnblogs.com/insus/archive/2013/05/22/3090786.html
阅读全文
posted @ 2018-04-13 08:48
sxjljj
阅读(100)
推荐(0)
2018年4月11日
摘要:
https://m.book118.com/html/2016/1203/67671992.shtm
阅读全文
posted @ 2018-04-11 20:42
sxjljj
阅读(365)
推荐(0)
摘要:
图形数据写入数据库 用FileStream对象读模式打开图形文件 Dim 文件对象 As New FileStream(图形文件名, FileMode.Open, FileAccess.Read) 定义字节类型的数组(大小为文件长度) Dim 数组() As Byte ReDim 数组(文件对象.L
阅读全文
posted @ 2018-04-11 20:40
sxjljj
阅读(195)
推荐(0)
摘要:
https://blog.csdn.net/dzweather/article/details/51429107 FtpWebRequest与FtpWebResponse类用来与特定FTP服务器进行沟通。 FtpWebRequest 与 FtpWebResponse 类分别继承了 WebReques
阅读全文
posted @ 2018-04-11 19:43
sxjljj
阅读(1200)
推荐(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
阅读(759)
推荐(0)
2018年4月8日
摘要:
总量:My.Computer.Info.TotalPhysicalMemory 可用的:My.Computer .Info .AvailablePhysicalMemory 已使用量=总量-可用的
阅读全文
posted @ 2018-04-08 20:03
sxjljj
阅读(187)
推荐(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
阅读(135)
推荐(0)
摘要:
https://m.baidu.com/sf_baijiahao/s?id=1552900709589272&wfr=spider&for=pc
阅读全文
posted @ 2018-04-08 19:24
sxjljj
阅读(165)
推荐(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
阅读(164)
推荐(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
阅读(639)
推荐(0)