1 package com.zq.www.mis.dao; 2 //import java.text.SimpleDateFormat; 3 //import java.util.Date; 4 5 import org.hibernate.Query; 6 import org.springf.....
分类:
其他好文 时间:
2015-09-18 13:51:08
阅读次数:
138
1.注解方式的时候Spring 2.5 引入了 @Autowired 注释,它可以对类成员变量、方法及构造函数进行标注,完成自动装配的工作。通过 @Autowired的使用来消除 set ,get方法。需要注意的是有多少个类成员对象就要实现多少次装配! @Autowired private L...
分类:
其他好文 时间:
2015-09-18 13:51:04
阅读次数:
181
ajax主要的作用是无刷新的情况进行提交。常用于客户端组件信息的提交。服务器组件在asp.net中能够正常的提交,而html组件则不能正常提交,在此情况下,就可以采用jquery的方式进行数据的异步采集与提交。如页面上一个,,则jquery方式"再建立一个ashx文件(一般处理程序文件),在里面使用...
分类:
Web程序 时间:
2015-09-18 13:49:25
阅读次数:
188
1. 遮挡层.occlusion { opacity: -.35;/*透明程度*/ -moz-opacity: -.35; filter: alpha(opacity=-35); height: 100%; position: absolute; backgrou...
分类:
Web程序 时间:
2015-09-18 13:49:36
阅读次数:
116
参考链接:https://github.com/StackExchange/dapper-dot-net Dapper - a simple object mapper for .Net Dapper is a single file you can drop in to your project ...
分类:
移动开发 时间:
2015-09-18 13:49:53
阅读次数:
619
1.服务器端代码:#include#include#pragma comment(lib, "ws2_32.lib")#define CONNECT_NUM_MAX 10using namespace std;int main(){ //加载套接字库 WSADATA wsaData; int iRe...
分类:
编程语言 时间:
2015-09-18 13:48:14
阅读次数:
278
1.node.js 的安装windows 平台:windows x64下载地址:Current Version: v4.1.0 https://nodejs.org/en/注意:(新版的.msi 安装程序已经默认包含npm)2.node.js modules 的安装( 以下为常用 modules.....
其中AStyle.exe 最好自己编译,放置到 Vistual Studio 安装目录\\Common7\\Tools直接上配置截图:单文件:一次性格式化整个工程:
分类:
其他好文 时间:
2015-09-18 13:48:53
阅读次数:
215
return RedirectToAction("Test", new { cw = cw, firstdirectoryid = firstdirectoryid });上式中cw是一个对象,按上式传递参数后,在Test中收不到对象cw,但firstdirectoryid可以接收到。 Redir....
分类:
Web程序 时间:
2015-09-18 13:50:39
阅读次数:
358
# fdisk -lDisk /dev/xvdb doesn't contain a valid partition table2.创建分区# fdisk /dev/xvdb...输入nCommand (m for help):n输入pCommand actione extendedp primar...
分类:
其他好文 时间:
2015-09-18 13:50:11
阅读次数:
193
监测网络状态转自 http://www.cnblogs.com/wendingding/p/3950114.html#有些许修改#import "YYViewController.h"#import "Reachability.h"@interface YYViewController ()@pro...
分类:
其他好文 时间:
2015-09-18 13:48:39
阅读次数:
169
来自:http://jinzhe.net/post/8.html什么是Phonegap呢?Phonegap是一个利用HTML5去开发App的框架。可以为安卓、iOS、WP、黑莓、火狐等移动操作系统。采用HTML5来编写交互界面。其优点是编写一次可以编译到各种移动平台上,大大为公司节省了开发周期。但是...
分类:
系统相关 时间:
2015-09-18 13:47:49
阅读次数:
292
趋势股 text="yellow" > 趋势为王1.段落标签 为一段落 2.br为换行标签 3.不可见标签.4.水平线标签 属性有 长度= 200 或百分比50% 高度=20 颜色=红色或颜色代码如#FF0000 位置=左右或中心5.空格标签 空格标签6.居中标签 我们跟随趋势,不做趋...
分类:
Web程序 时间:
2015-09-18 13:48:29
阅读次数:
213
#include #include int MAX_SIZE = 100000;int gen_odd_str(const char * str, char * odd_str) { int i = 0; for (i = 0; *str != 0 ; ++i, ++str) { ...
分类:
其他好文 时间:
2015-09-18 13:46:56
阅读次数:
108
---恢复内容开始---第一次写的未修改,先上传了,以后在修改了,简单的实现了功能,代码不好见谅主要步骤:1.新建一个歌曲类 歌名,歌手,格式。。。。2,播放界面viewcontroller3,单元格的tableviewcell4,视图adioviewcontroller播放界面的代码 1 #im....
分类:
移动开发 时间:
2015-09-18 13:46:56
阅读次数:
231
解决 IE7 浏览器下, display:inline-block 样式失效的问题
分类:
其他好文 时间:
2015-09-18 13:48:14
阅读次数:
149
前几天长春网络赛一道lucas + CRT 模板题,当时没做出来。 地址:http://acm.hdu.edu.cn/showproblem.php?pid=5446 中国剩余定理 在《孙子算经》中有这样一个问题:“今有物不知其数,三三数之剩二(除以3余2),五五数之剩三(除以5余3)...
分类:
其他好文 时间:
2015-09-18 13:46:18
阅读次数:
463