24号24秒

导航

 
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页

2018年6月29日

摘要: namespace aaa{ class program { public delegate int addnum(int a,int b); static void main( string[] args) { program p = new program(); addnum anum = ne 阅读全文
posted @ 2018-06-29 11:06 24号24秒 阅读(75) 评论(0) 推荐(0) 编辑
 
摘要: 在程序启动时把en与cn的资源文件都加载进来,然后页面加载时候根据session/cookie选择加载en或者cn资源文件。 1.程序启动加载资源文件(en.xml,cn.xml) 2.页面选择语言样式 3.js代码(通过ajax无刷新发送请求) 4.接收请求,处理逻辑(cookie) 5.页面刷新 阅读全文
posted @ 2018-06-29 11:04 24号24秒 阅读(182) 评论(0) 推荐(0) 编辑
 
摘要: 1、wangEditor 例子: <div id="div1"> <p>欢迎使用 <b>wangEditor</b> 富文本编辑器</p> </div> <textarea id="text1" style="width:100%; height:200px;"></textarea>//可以隐藏t 阅读全文
posted @ 2018-06-29 11:02 24号24秒 阅读(132) 评论(0) 推荐(0) 编辑
 
摘要: declare @t table (logId int,customerId int,amount int) insert into log( customerId,amount) output inserted.Id,inserted.CustomerId,inserted.Amount into 阅读全文
posted @ 2018-06-29 11:01 24号24秒 阅读(273) 评论(0) 推荐(0) 编辑
 

2018年6月20日

摘要: string name = "Mark"; var date = DateTime.Now; 复合格式设置{}: // Composite formatting: Console.WriteLine("Hello, {0}! Today is {1}, it's {2:HH:mm} now.", n 阅读全文
posted @ 2018-06-20 11:30 24号24秒 阅读(108) 评论(0) 推荐(0) 编辑
 

2018年4月28日

摘要: 192.168.1.1:8080这样连接一直出错, 后来改为192.168.1.1,8080就可以了 原因是格式不对,把冒号给为逗号就可以了 阅读全文
posted @ 2018-04-28 12:47 24号24秒 阅读(458) 评论(0) 推荐(0) 编辑
 

2018年4月3日

摘要: https://www.cnblogs.com/David-Young/p/5323949.html 阅读全文
posted @ 2018-04-03 21:39 24号24秒 阅读(157) 评论(0) 推荐(0) 编辑
 

2018年1月30日

摘要: 从表里取出不同数据,相同的数据值取出一个 http://www.w3school.com.cn/sql/sql_distinct.asp 阅读全文
posted @ 2018-01-30 16:22 24号24秒 阅读(95) 评论(0) 推荐(0) 编辑
 

2018年1月28日

摘要: 备份表的时候,不要使用select * into newTable from oldTable ,这样的话,字段的默认值,主键等都会不同程度的出现问题。 解决:重新建立一个newTable,用oldTable 的 create table 的sql语句,然后把oldTable 的数据 update 阅读全文
posted @ 2018-01-28 14:41 24号24秒 阅读(84) 评论(0) 推荐(0) 编辑
 
摘要: 1,utorrent 需要设置 tracker服务器 ,另外必须一直开着做种,在tracker中可以看到连接的服务器的剩余时间,person中有下载人数。 2,FileTransfer 只需设置本地(文件原出处)的ip为服务端(文件目的地),在服务端不需要设置ip,端口14567需要在firewal 阅读全文
posted @ 2018-01-28 12:29 24号24秒 阅读(82) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页