C#2.0对应.net Frmework2.0,开始版本工具是Visual Studio2005 C#2.0主要添加了泛型、匿名方法,分部类型(类、结构、接口),可空类型,迭代器,属性访问控制器,方法组转换,协变和逆变,静态类、委托推断 1、Generics:泛型 2、Anonymous metho ...
CSDN的Blog开通了。我想这里的Blog作为今后自己回答别人问题的时候,收藏答案的地方很不错呢。 因为社区的贴子早晚都会沉下去,查找起来很不方便,甚至再也找不到呢。 Q: http://community.csdn.net/Expert/TopicView.asp?id=3106090 言归正传 ...
分类:
其他好文 时间:
2018-04-18 21:24:55
阅读次数:
333
protected void btn_Cisco_Click(object sender, EventArgs e) { try { string ip = txt_ip.Value; string community = txt_ttm.Value; string oid = txt_oid.Va ...
分类:
Web程序 时间:
2018-04-17 19:43:10
阅读次数:
237
Fedora和Ubuntu下安装OpenGL开发环境配置(我整理的)OpenGL开发库的详细介绍fedora23 安装OpenGL 开发OpenGL工程需要3个库文件和对应的头文件:libglut.so,libGLU.so,libGL.so, gl.h ,glu.h, glut.h使用locate命 ...
分类:
其他好文 时间:
2018-04-16 21:57:40
阅读次数:
339
一般jquery在web项目的只要作用就是取值和赋值了。 下面了入门下,这些值得获取。 ...
分类:
Web程序 时间:
2018-04-14 23:46:18
阅读次数:
180
1.获取表单方法 document.getElementById('myform') document.getElementsByTagName('form')[0] document.forms[0] document.forms['yourform'] // 使用form的名称下标获取元素 do ...
分类:
其他好文 时间:
2018-04-14 23:34:49
阅读次数:
188
连在一起的按钮:.btn-group 按钮工具栏:把一组btn-group 放进.btn-toolbar 垂直连在一起的按钮:.btn-group-vertical 分裂按钮下拉菜单 ...
分类:
其他好文 时间:
2018-04-12 17:56:20
阅读次数:
167
(一)连接数据库&查询数据库,(例子:用户登录窗) ...
分类:
数据库 时间:
2018-04-12 13:28:14
阅读次数:
449
/** * 重写FrozenUI */ /** * 按钮 */ body { background-color: #F2F2F2; } @media screen and (-webkit-min-device-pixel-ratio: 2) { .ui-btn:before, .ui-btn-lg... ...
分类:
Web程序 时间:
2018-04-10 17:38:26
阅读次数:
205