$scope.setCookie=function(c_name,value,expiredays) { var exdate=new Date(); exdate.setDate(exdate.getDate()+expiredays)...
分类:
其他好文 时间:
2015-09-22 16:41:52
阅读次数:
158
这个可能跟每个人使用切图软件有关。1、Photoshop1)只能导出布尔透明(全透明或者全不透明)的PNG8。2)能导出alpha透明(全透明,全不透明,半透明)的PNG24。3)不能导出PNG32。2、Fireworks1)既能导出布尔透明的PNG8,也能导出alpha透明的PNG8,半透明的pn...
分类:
其他好文 时间:
2015-09-22 16:42:31
阅读次数:
193
1.直接在搜索框里输入zerg rush 游戏atari breakout要在图片搜索界面google sky 太空google mirror 镜像google pacman 游戏google sphere 浮动google gothic 自定搜索字体样式
分类:
其他好文 时间:
2015-09-22 16:41:49
阅读次数:
149
http://www.cnblogs.com/wudingfeng/archive/2012/06/29/2569997.htmlhtml代码:第一种情况:footer随着滚动条的滚动而滚动.container{position:relative;width:100%;min-height:100%...
分类:
其他好文 时间:
2015-09-22 16:39:48
阅读次数:
135
日期格式化:deliciousApp.filter("dateFormat",[function(){ return function(time){ return new Date(Date.parse(time.replace(/-/g, "/"))); }}]);注意...
分类:
其他好文 时间:
2015-09-22 16:39:41
阅读次数:
141
ROS入门难,进去之后会是很简单,这是很多人的经验。但是今天安装ROS就吃了闭门羹,安装成功后,回顾发现,关键是操作系统Ubantu14.04没有安装好,一些系统包没有及时更新导致的。这里总结下ROS Jade安装的经验,留他日己用,也希望能帮助别人。安装的基本思路就是,首先安装Ubantu14.....
分类:
其他好文 时间:
2015-09-22 16:36:41
阅读次数:
285
#define CL_SUCCESS 0#define CL_DEVICE_NOT_FOUND -1#define CL_DEVICE_NOT_AVAILABLE ...
分类:
其他好文 时间:
2015-09-22 16:37:30
阅读次数:
281
一、数组操作的基本函数 array_values($arr); //获得数组的值 array_keys($arr); //获得数组的键名 array_flip($arr); //数组中的值与键名互换(如果有重复前面的会被后面的覆盖) array_search('PHP',$a...
分类:
其他好文 时间:
2015-09-22 16:36:09
阅读次数:
207
本实例实现用userreg.jsp页面中的表单提交注册请求,把注册信息提交给regservlet写入数据库并且查询新用户显示出来。一、准备工作。1.jdbc数据驱动开发包mysql-connector-java-5.1.26-bin.jar,拷贝并放置在WEB-INF下的lib中。2.创建数据库us...
分类:
其他好文 时间:
2015-09-22 16:36:48
阅读次数:
220
poll函数和select函数差不多。以下是一个简单的回显服务器#include using namespace std;#include #include #define OPEN_MAX 64int main(){ int i, maxi, listenfd, connfd, sockfd...
分类:
其他好文 时间:
2015-09-22 16:38:23
阅读次数:
149
Problem DescriptionThere is a curious man called Matt.One day, Matt's best friend Ted is wandering on the non-negative half of the number line. Matt f...
分类:
其他好文 时间:
2015-09-22 16:36:36
阅读次数:
186
1 #使用的用户和组,window下不指定 2 #user nobody; 3 4 #指定工作衍生进程数(一般等于CPU总和数或总和数的两倍,例如两个四核CPU,则总和数为8) 5 worker_processes 1; 6 7 #指定错误日志文件存放路径,错误日志级别可...
分类:
其他好文 时间:
2015-09-22 16:37:12
阅读次数:
641
实验环境>>>>>>>>>nfs服务端:(nfs-server)192.168.100.2nfs客户端:(nfs-client)192.168.100.3nfs的介绍>>>>>>>>>>NFS 是Network File System的缩写,即网络文件系统。一种使用于分散式文件系统的协定,由Sun公...
分类:
其他好文 时间:
2015-09-22 16:36:29
阅读次数:
179
打印设置主要包括方向设置、缩放、纸张设置、页边距等。NPOI 1.2支持大部分打印属性,能够让你轻松满足客户的打印需要。一、方向设置Excel支持两种页面方向,即纵向和横向。在NPOI中如何设置呢?你可以通过HSSFSheet.PrintSetup.Landscape来设置,Landscape是布尔...
分类:
其他好文 时间:
2015-09-22 16:35:19
阅读次数:
1558
//猜拳,三局两胜无返回值 //public void caiquan() //{ // int count = 0; // for (int k = 1; k = 2) // { Console.Write(...
分类:
其他好文 时间:
2015-09-22 16:34:51
阅读次数:
119
PS:http://www.telecomhall.com/what-is-ecio-and-ebno.aspxIf someone asks you "Which Signal Level for good call quality: -80 dbm or -90 dBm?"Beware, if ...
分类:
其他好文 时间:
2015-09-22 16:34:51
阅读次数:
305
在mybatis的配置文件SqlMapConfig.xml中,可以在开始的地方先加载一个properties节点,用来定义属性变量。1 2 3 4 -->5 然后可以在后面的节点中引用变量:db.propertiesjdbc.driver=com.m...
分类:
其他好文 时间:
2015-09-22 16:36:47
阅读次数:
182