码迷,mamicode.com
首页 > 2014年12月05日 > 全部分享
Solrj
1、创建solrserver对象:try {solr = newCommonsHttpSolrServer("http://localhost:8983/solr");solr.setConnectionTimeout(100);solr.setDefaultMaxConnectionsPerHos...
分类:其他好文   时间:2014-12-05 16:53:43    阅读次数:205
raphael+jquery实现图形拖动实例
raphael+jquery实现拖动示例测试1测试2测试3测试4
分类:Web程序   时间:2014-12-05 16:53:33    阅读次数:270
Index downloads are disabled, search results may be incomplete.
Index downloads are disabled, search results may be incomplete.
分类:其他好文   时间:2014-12-05 16:53:12    阅读次数:598
IIS发布网站:CS0016: 未能写入输出文件的解决方法
“/”应用程序中的服务器错误。--------------------------------------------------------------------------------编译错误说明:在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。编...
分类:Web程序   时间:2014-12-05 16:52:28    阅读次数:171
oracle笔记
今天看到博客园的一个sql题目,《这道SQL笔试题你会怎么写》本文版权归七种武器和博客园共同所有,欢迎转载,但必须保留声明。并给出原文链接,谢谢合作写了很久不知道怎么用获取组函数的第一条数据。然后查资料看评论,才发现需要 ROW_NUMBER() OVER()函数。才发现这段时间接触sql太少了。写...
分类:数据库   时间:2014-12-05 16:52:39    阅读次数:179
css3 旋转出现动画
@-moz-keyframes daf{ 0% { -moz-transform: rotate(-360deg) scale(0.2); -webkit-transform: rotate(-360deg) scale(0.2); -o-transfor...
分类:Web程序   时间:2014-12-05 16:52:50    阅读次数:296
商品放大镜效果
这两天写了个商品放大镜的效果,贴出来,欢迎大家指点。如果要看效果,引入jquery并更换图片即可。 放大镜
分类:其他好文   时间:2014-12-05 16:52:46    阅读次数:206
NFC URL Links
1. Using an NFC-equipped mobile phone asa token in physical access control http://essay.utwente.nl/65419/1/thesis_nfc_martijn_bolhuis_final.pdf2. NFC....
分类:Web程序   时间:2014-12-05 16:50:22    阅读次数:271
css3360度旋转动画
@-webkit-keyframes Parallaxs{ from { -webkit-transform: rotate(180deg) ; -moz-transform: rotate(180deg) ; -o-transform: rotate(180d...
分类:Web程序   时间:2014-12-05 16:50:46    阅读次数:162
列式数据库
最早的商业列式数据库是在1995年发布的Sybase IQ,但是一直到1999年左右才慢慢稳定到能够投入生产环境。现在的大多数分析型数据库都是在2003-2005年从Postgresql 分支出来的。其中尤其是Vertica 为代表的列数据库已经在大规模数据仓库环境中证明其特别为数据仓库环境设计的思...
分类:数据库   时间:2014-12-05 16:50:18    阅读次数:181
Struts2 参数传入四种方式
public class UserAction { private String name; private int age; public String add(){ System.out.println(name+age); return "...
分类:其他好文   时间:2014-12-05 16:49:57    阅读次数:173
为什么IIS中找不到.net framework 4.5(转)
.net 4.5是4.0的update,所以直接用4.0部署就可以了.NET 4.5 is an in-place replacement for .NET 4.0,When .NET 4.5 is installed it effectivelyreplaces.NET 4.0 on the ma...
分类:Web程序   时间:2014-12-05 16:51:03    阅读次数:422
HTML5 的新的表单属性
本章讲解涉及 和 元素的新属性。新的 form 属性:autocompletenovalidate新的 input 属性:autocompleteautofocusformform overrides (formaction, formenctype, formmethod, formnoval.....
分类:Web程序   时间:2014-12-05 16:51:14    阅读次数:232
nodejs read/write file
fs.readFile('c:\\tmp\\helloworld.txt','utf8',function(err,data){console.log(data);}) var token=fs.readFileSync('c:\\tmp\\toekn.txt','utf8'); fs.wri...
分类:Web程序   时间:2014-12-05 16:51:42    阅读次数:207
java的一段对象数据类型映射的代码
try { List listGateInfoPO = majorGateReaderService.queryForAggregateBy( chapter); List list = Lists.transform(li...
分类:编程语言   时间:2014-12-05 16:50:21    阅读次数:161
[CentOS]Centos设置网卡
IP设定查看Command# ifconfig -a# netstat -nr给eth0设定值# vi /etc/sysconfig/network-scripts/ifcfg-eth0DEVICE=eth0 #设备名ONBOOT=yes ...
分类:其他好文   时间:2014-12-05 16:49:21    阅读次数:183
Mutex 实现进程独占资源
背景:开发一套依赖硬件运行的软件,为避免硬件资源调用冲突,一个时间内只允许运行一个软件进程。方法:使用Mutex判断该软件是否已启动,如果是,关闭即将启动的软件。代码: 1 static class Program 2 { 3 /// 4 /// The m...
分类:系统相关   时间:2014-12-05 16:50:10    阅读次数:262
1780条   上一页 1 ... 48 49 50 51 52 53 54 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!