登录后存储Session,另一个页面Ajax请求 ashx页面,发现无法获取到Session,Session is NULL 使用“IReadOnlySessionState”这个接口就可以 Read More
posted @ 2015-01-12 10:22 Archosaur Views(383) Comments(0) Diggs(0) Edit
Highcharts Pie Read More
posted @ 2013-09-03 11:24 Archosaur Views(3568) Comments(0) Diggs(0) Edit
就不写那么复杂了,也不说为什么了。 private void button9_Click(object sender, EventArgs e) { new Thread(Check).Start(); } public void Check() { lock(this) Invoke(new MethodInvoker(delegate() { txtContent.Text = "线程起作用了!"; ... Read More
posted @ 2013-04-10 10:50 Archosaur Views(2253) Comments(1) Diggs(0) Edit
时折见せる无邪気な寝颜 あたしが见てた恋しい姿 どんな一时も全て忘れないように 梦中でシャッターきるあたしの心は切ない幸せだった 『ただ君を爱してる。』 『ただ君を爱してる。』 『ただ君を爱してる。』 ただそれだけでよかったのに 雨降る时の交したキスは 繋がれてゆく二人の姿 一生にもうないこの気持ち上手く言えないけど あなたに出会ってあたしの毎日はキラキラ辉いてたよ 『ただ君を爱してる。』 『ただ君を爱してる。』 『ただ君を爱してる。』 あなたがくれた幸せよ 『ただ君を爱してる。』 『ただ君を爱してる。』 『ただ君を爱してる。』 ただそれだけでよかったのに 小さな部屋に饰られている 二人の笑颜 Read More
posted @ 2013-04-02 21:28 Archosaur Views(84) Comments(0) Diggs(0) Edit
协议帮助类 Read More
posted @ 2013-03-29 15:08 Archosaur Views(222) Comments(0) Diggs(0) Edit
arp攻击 Read More
posted @ 2013-03-29 14:34 Archosaur Views(668) Comments(0) Diggs(0) Edit
同步和异步请求 Read More
posted @ 2013-02-27 10:52 Archosaur Views(13174) Comments(0) Diggs(0) Edit
前台:function Open() { if ($("#FileUpload").val() != "") { $.get('VerAdd.aspx?operate=Open&filePath=' + $("#FileUpload").val(), function (info) { //info.XXX }, 'json'); } else { alert("请选择文件呀,亲!"); } }后台: ... Read More
posted @ 2013-02-20 14:54 Archosaur Views(8756) Comments(0) Diggs(0) Edit
开始时,我以为用'selected': true ,就可以了,最后给想要选中的项加上去后,发现还是只能选中第一项,最后查看官方文档NameParameterDescriptionoptionsnoneReturn the options object.getDatanoneReturn the loaded data.loadDatadataLoad the locale list data.reloadurlRequest the remote list data. Pass the 'url' parameter to override the origin Read More
posted @ 2013-01-21 10:47 Archosaur Views(10183) Comments(0) Diggs(3) Edit
一:在jquery.easyui.min1.3.2下:<input id="field" class="easyui-combobox" data-options="data:[{'id':1,'text':'记录流水号','selected':true},{'id':2,'text':'运营单位代码'},{'id':3,'text':'Pos机号'},{'id': Read More
posted @ 2013-01-12 18:39 Archosaur Views(2053) Comments(0) Diggs(0) Edit