CREATE TABLE EMPLOYEE_PAY_TBL(EMP_ID VARCHAR(9) NOT NULL primary key,POSITION VARCHAR(15) NOT NULL,DATE_HIRE DATE,PAY_RATE DE...
分类:
其他好文 时间:
2015-05-29 13:42:45
阅读次数:
308
第8章讲的是需求分析,精准的找到需求需要以下步骤:获取需求,分析需求 ,验证需求,管理需求,预测分析第9章讲的是项目经理,一位合格的PM可以根据用户需求,协调各部门资源,正确把握产品定位和方向,解决用户难点,持续优化产品不仅要得到客户的支持而且还有得到团队成员的支持第10章讲的是一些典型用户和场景,...
分类:
其他好文 时间:
2015-05-29 13:43:14
阅读次数:
91
454 Authentication failed, please open smtp flag first!用QQ邮箱测试报错我用QQ邮箱测试javamail发送邮件的功能,用户名密码设置正确,却总是发不出邮件。开启下QQ邮箱的smtp服务器设置即可。
分类:
其他好文 时间:
2015-05-29 13:42:52
阅读次数:
159
from:http://www.wxwdesign.cn/article/skills/javascript_typeof_instanceof.htmJavaScript中typeof和instanceof常用来判断一个变量是否为空,或者是什么类型的。但它们之间还是有区别的:typeoftypeo...
分类:
编程语言 时间:
2015-05-29 13:42:24
阅读次数:
108
简单通用 web 服务器iptables 配置*filter:INPUT DROP [0:0]:FORWARD DROP [0:0]:OUTPUT ACCEPT [0:0]#超出链规则 的数据包放弃-A INPUT -m state --state ESTABLISHED,RELATED -j AC...
分类:
系统相关 时间:
2015-05-29 13:39:24
阅读次数:
223
在手动改HTML代码时经常会用到target参数,常用的有两个target=_blank 和target=_self意思为:target=_blank表示在新窗口中打开该链接;target=_self表示相同框架,即在当前窗口(或当前选项卡)中打开该链接还有两个不常用的:target=_parent...
分类:
其他好文 时间:
2015-05-29 13:40:42
阅读次数:
335
Given a stack which can keep M numbers at most. Push N numbers in the order of 1, 2, 3, ..., N and pop randomly. You are supposed to tell if a given s...
分类:
其他好文 时间:
2015-05-29 13:40:20
阅读次数:
163
题目:Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adj...
分类:
其他好文 时间:
2015-05-29 13:39:20
阅读次数:
117
使用QPixmap:1,创建QPixmap指针; QPixmap *pixmapBackground; pixmapBackground=new QPixmap(":/skin/myPicture.png");2,定义paintEvent()函数;3,在paintEvent()函...
分类:
其他好文 时间:
2015-05-29 13:38:59
阅读次数:
105
软件说明:①、直布购物助手能识别淘宝、天猫、京东等网站的卖家刷单、假货、次品等功能,普通用户也可以像购物达人一样识别出商品值不值得买。②、支持IE、360系列、Chrome、搜狗、火狐、UC等浏览器,做到无缝支持用户购物流程。 ③、无广告、无弹窗,不占网速,第一款同时支持淘宝、天猫、京东的智能购物助...
分类:
其他好文 时间:
2015-05-29 13:39:35
阅读次数:
127
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2852题目大意:操作①:往盒子里放一个数。操作②:从盒子里扔掉一个数。操作③:查询盒子里大于a的第K小数。解题思路:由于模型是盒子,而不是序列,所以可以用树状数组的顺序维护+逆序数思想。对应的树状数组So...
分类:
编程语言 时间:
2015-05-29 13:38:38
阅读次数:
127
test
分类:
Web程序 时间:
2015-05-29 13:39:56
阅读次数:
138
Maximum Product SubarrayTitle:Find the contiguous subarray within an array (containing at least one number) which has the largest product.For example,...
分类:
其他好文 时间:
2015-05-29 13:37:55
阅读次数:
98
以下内容多为摘抄转载;1. Redis 是什么Redis是一个开源的使用ANSI C语言编写的基于内存的key/value存储系统,与memcache类似,但它支持的value类型更多,包括:字符串(string)、链表(list)、集合(set)、有序集合(sorted set)和hash t.....
分类:
其他好文 时间:
2015-05-29 13:38:23
阅读次数:
116
1. convert(数据类型, 字段名)convert(datetime, startDate)2. cast(字段名 as 数据类型) cast(sum as decimal(18,4))
分类:
数据库 时间:
2015-05-29 13:37:17
阅读次数:
156
这次给出的是比较合理的cookie操作代码:var Cookie = { get: function (k) { return ((new RegExp(["(?:; )?", k, "=([^;]*);?"].join(""))).test(document.cookie) &...
分类:
编程语言 时间:
2015-05-29 13:39:35
阅读次数:
140
安装脚本%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe D:\liuyl\WeiXinService\WindowsService.exenet start WXServicesc config WXService st...