会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
相会
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
···
10
下一页
2017年8月21日
NetworkInterface网速监测
摘要: private NetworkInterface[] nicArr; //网卡集合 private Timer timer; //计时器 public MainWindow() { InitializeComponent(); InitNetworkInterface(); ...
阅读全文
posted @ 2017-08-21 10:41 hi.....
阅读(575)
评论(0)
推荐(0)
2017年8月16日
动态编译
摘要: AssemblyInfo.cs AppDomain.CurrentDomain.AppendPrivatePath(""); AppDomain.CurrentDomain.SetupInformation.PrivateBinPath=""; /keyfile:vv.snk AppDomainSe
阅读全文
posted @ 2017-08-16 15:11 hi.....
阅读(333)
评论(0)
推荐(0)
2017年8月14日
JSON C# Class Generator
摘要: http://www.xamasoft.com/json-class-generator/ JsonHelper.cs JsonHelper helper = new JsonHelper(true); try { this.richTextBox2.Text = helper.GetClassSt
阅读全文
posted @ 2017-08-14 17:07 hi.....
阅读(285)
评论(0)
推荐(0)
2017年8月7日
Cookie中的HttpOnly
摘要: 1.什么是HttpOnly? 如果您在cookie中设置了HttpOnly属性,那么通过js脚本将无法读取到cookie信息,这样能有效的防止XSS攻击,具体一点的介绍请google进行搜索 2.javaEE的API是否支持? 目前sun公司还没有公布相关的API,但PHP、C#均有实现。搞java
阅读全文
posted @ 2017-08-07 14:02 hi.....
阅读(2256)
评论(0)
推荐(0)
2017年8月4日
webapi session
摘要: Web APi全局启动Session(一) 以下皆在Global.asax全局文件中进行。 第一步(定义两个变量) 第二步(获取当前请求的路径) 第三步(若请求Web APi则启动Session) 第四步(测试代码) Web APi全局启动Session(二) 之前我们在Web APi系列中讲到过H
阅读全文
posted @ 2017-08-04 15:58 hi.....
阅读(477)
评论(0)
推荐(0)
2017年7月25日
没有为扩展名“.html”注册的生成提供程序
摘要: 没有为扩展名“.html”注册的生成提供程序。可以在 machine.config 或 web.config 中的 <compilation><buildProviders> 节注册一个。请确保所注册的提供程序具有包含值“Web”或“All”的 BuildProviderAppliesToAttri
阅读全文
posted @ 2017-07-25 14:22 hi.....
阅读(1269)
评论(0)
推荐(0)
2017年7月20日
转 C# 使用openssl
摘要: 转 http://www.cnblogs.com/jiecaoge/p/6408176.html openssl-net git地址是 https://github.com/openssl-net/openssl-net
阅读全文
posted @ 2017-07-20 17:27 hi.....
阅读(3436)
评论(0)
推荐(0)
openssl jia adress
摘要: ???????????????????????????????????????????openssl证IP 首先创建openssl.cnf, 内容如下. 其中organizationalUnitName_default是你的组织名,commonName_default是域名,IP.1,IP.2则是想
阅读全文
posted @ 2017-07-20 14:29 hi.....
阅读(213)
评论(0)
推荐(0)
2017年7月19日
扩展JS
摘要: //JS的扩展方法: 1 定义类静态方法扩展 2 定义类对象方法扩展 var aClass = function(){} //1 定义这个类的静态方法 aClass.sayHello = function(){ alert('say hello'); } //2 定义这个类对象的对象方法 aClas
阅读全文
posted @ 2017-07-19 16:30 hi.....
阅读(246)
评论(0)
推荐(0)
2017年7月14日
bootstrap 模态
摘要: <script type="text/javascript" src="js/jquery-ui-custom.min.js"></script> //这个js里主要是需要用到jquery.ui.draggable.js,但是这个js需要依赖其他的js,所以我直接上jquery-ui的官网上根据自己
阅读全文
posted @ 2017-07-14 10:31 hi.....
阅读(189)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
10
下一页
公告