一、要点阐述1,jQuery创建于2006年1月的一个开源项目,强调理念是“write less,do more”,压缩后大小30KB左右。、2,jQuery里的方法都被设计程自动操作对象集合,而非单独的对象。3,jq对象是jq对DOM对象进行包装后产生的对象,是一个类似数组的对象,可用[0]或ge...
分类:
Web程序 时间:
2014-09-18 02:00:23
阅读次数:
232
总体结构如图:1. 使用NuGet添加EF62. 添加实体Model publicclassUser_Model{publicintID{get;set;}publicstringS_UserID{get;set;}publicintSex{get;set;}publicstringPhone{ge...
分类:
数据库 时间:
2014-09-17 01:04:01
阅读次数:
324
JSP内置对象9个:request 对象 常用方法requestgetAttribute()setAttribute()getParameter()getParameterNames()getParameterVaules()sessiongetAttrubute()setAttribute()ge...
分类:
Web程序 时间:
2014-09-15 15:54:49
阅读次数:
168
DoDataExchange由框架调用,作用是交互并且验证对话框数据,主要由(DDX)和(DDV)宏实现。永远不要直接调用这个函数,而是通过UpdateData(TRUE/FALSE)实现控件与变量之间值的传递。当然你也可以不使用DoDataExchange而完成控件与变量之间值的传递,如:通过Ge...
分类:
其他好文 时间:
2014-09-15 14:16:08
阅读次数:
255
背包可行性 有点SB,wa了好几发#include #include #include #include #include #include #include #include #include #include #include #include #include #include #includ...
分类:
其他好文 时间:
2014-09-11 22:22:22
阅读次数:
174
重定向: resp.sendRedirect("URL") 1) 返回状态码302,与网址,让客户端在此发送相关网址请求 2) 地址栏改变,可以访问本web应用以外的资源 3) 整个过程发送两次请求 4) sendRedirct后面的语句仍然会被执行,所以一般加return请求转发: req.ge....
分类:
其他好文 时间:
2014-09-09 11:08:18
阅读次数:
149
.lt.或 .ge.或>=逻辑表达式a.and.ba.or.c.not. aa.xor.b 异或a.eqv.b 相等a.neqv.b 不等
分类:
其他好文 时间:
2014-09-04 09:36:27
阅读次数:
156
1.ubuntu命令状态切换到图形化界面startx如果命令不能识别 执行sudo apt-get install xinit 还需要提前安装桌面环境比如 gnome 比如 KDE安装方法sudo apt-get install ubuntu-desktop #gnomesudo apt-ge...
分类:
其他好文 时间:
2014-09-03 21:03:06
阅读次数:
236
想要锻炼自己的代码能力,看自己能否用最简练的代码AC。下面开始:1006简单的字符转换没什么难度 1 #include 2 using namespace std; 3 int main(){ 4 int n; 5 cin >> n; 6 int bai,shi,ge; 7 ...
分类:
其他好文 时间:
2014-09-02 19:50:45
阅读次数:
166
Environment.getDataDirectory().getPath() : /dataEnvironment.getDownloadCacheDirectory().getPath() : /cacheEnvironment.getExternalStorageDirectory().ge...
分类:
移动开发 时间:
2014-09-02 17:35:25
阅读次数:
183