摘要:
前台有个容器用来存放创建的HtmlAnchor 生成的样式:首页 上一页 12345 下一页 末页 /// <summary> /// /// </summary> /// <param name="page">index first page is 0</param> /// <returns></returns> Html... 阅读全文
摘要:
开启asp.net的文化自动设置后还是显示不了,最后发现必须设置ScriptManager,^_^ <asp:ScriptManager ID="scriptManager" runat="server" EnableScriptGlobalization="true"... 阅读全文
摘要:
First Second 阅读全文
摘要:
1:不同DataContext返回不同结果的问题。因为Linq会先在内存中查询先前的记录,并修改,这点有点类似于dataset,这就可以接解释返回的差异问题了。所以可以尝试使用单例模式来实现一个DC。 2: 狂吐血,今天才知道,string实现了IEnumerable接口。 3:非泛型集合可以通过:books.cast<Book>()=>泛型集合。 4:Linq动态创建SQ... 阅读全文
摘要:
转载+整理:[代码]html代码: <td class="font_R">生日</td> <td> <select id="ddlYear" runat="server" onchange="YYYYDD(this.value)"> <option value="" selected="selected">请选择 年</optio... 阅读全文
摘要:
帮老婆写的一个小程序,过滤Excel中的数据。 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.OleDb;using System.IO;using Microsoft.Office.Interop.Exce... 阅读全文
摘要:
System.Collections.Specialized.NameValueCollection controls = Request.Form; 阅读全文
摘要:
摘自网络 <html><script language="javascript"> <!-- var where = new Array(35); function comefrom(loca,locacity) { this.loca = loca; this.locacity = locacity; } where[0]= new comef... 阅读全文
摘要:
高手请飘过,仅供小朋友交流。下载程序是可执行程序,想看源代码劳驾反编译下。仅供娱乐恶搞使用:在服务器(IP要求:192.168.1.110)上执行watcher.exe,如果会反编译的话改自己的IP就很简单了。每隔10s截屏并发送至服务端,按照hostname分文件夹存放。优点:客户端隐藏截屏。缺点:没有压缩、没有添加自启动、传输数据也很粗糙、没有任何设置文件ip是我的测试ip 192.168.1... 阅读全文
摘要:
public void RunWhenStart(bool Started, string name, string path) { RegistryKey HKLM = Registry.LocalMachine; RegistryKey Run = HKLM.CreateSubKey(@"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Ru... 阅读全文