首页 > 2014年12月05日 > 全部分享
自己动手,制作真正的.net Framework 3.5 SP1离线安装包(转)
.NET Framework 3.5 SP1发布了,兴冲冲…下载,当然是完全离线安装包.net Framework 3.5 Service pack 1(Full Package) 231MB,网络慢呀!终于下载完了,安装….遇到新情况,还要连接网络下载,不是完全离线安装包吗?(急…等待中…大概需要...
分类:Web开发   时间:2014-12-05 16:53:03    收藏:0  评论:0  赞:0  阅读:385
Extjs学习心得一
学习必备导入css:ext-all.css导入脚本:ext-all.jsjavascript 的面向对象编程:在javascript中函数的定义有两种方式:第一种:直接定义:如:function Person1(){ this.test = function(){ return 1; }}这种方式定...
分类:Web开发   时间:2014-12-05 16:52:53    收藏:0  评论:0  赞:0  阅读:313
创建控制器的几种方式
1 通过nib方式 // bundle:nil参数传nil,指的是从mainbundle中加载,mainbundle中包含项目中所有的资源 MJThreeViewController *three = [[MJThreeViewController alloc] initWithNibN...
分类:其他   时间:2014-12-05 16:52:43    收藏:0  评论:0  赞:0  阅读:261
全文索引填充
1:创建全文索引而不运行完全填充 1 CREATE UNIQUE INDEX ui_ukDoc ON Production.Document(DocumentID); 2 CREATE FULLTEXT CATALOG AW_Production_FTCat; 3 CREATE FULLTEXT I...
分类:其他   时间:2014-12-05 16:52:33    收藏:0  评论:0  赞:0  阅读:266
C# 微支付 JSAPI支付方式 V3.3.6版本
#region 使用微支付统一接口,返回预支付ID/// /// 使用微支付统一接口,返回预支付ID/// /// /// /// private bool PayAccount(HttpContext context,ref string returnMsg){ int UID = 0; int ...
分类:Windows开发   时间:2014-12-05 16:51:53    收藏:0  评论:0  赞:0  阅读:1058
wampserver2 配置ssl 经过验证 可用
http://forum.wampserver.com/read.php?2,32986,page=1起初openssl总提示 无法定位 ssleay32.dll把别的版本apache下的openssl.exe考过来覆盖 就无问题了 原因未知Wamp2 HTTPS and SSL Setup Ste...
分类:其他   时间:2014-12-05 16:51:34    收藏:0  评论:0  赞:0  阅读:336
Solrj
1、创建solrserver对象:try {solr = newCommonsHttpSolrServer("http://localhost:8983/solr");solr.setConnectionTimeout(100);solr.setDefaultMaxConnectionsPerHos...
分类:其他   时间:2014-12-05 16:51:23    收藏:0  评论:0  赞:0  阅读:227
raphael+jquery实现图形拖动实例
raphael+jquery实现拖动示例测试1测试2测试3测试4
分类:Web开发   时间:2014-12-05 16:51:13    收藏:0  评论:0  赞:0  阅读:657
Index downloads are disabled, search results may be incomplete.
Index downloads are disabled, search results may be incomplete.
分类:其他   时间:2014-12-05 16:51:04    收藏:0  评论:0  赞:1  阅读:4680
IIS发布网站:CS0016: 未能写入输出文件的解决方法
“/”应用程序中的服务器错误。--------------------------------------------------------------------------------编译错误说明:在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。编...
分类:Web开发   时间:2014-12-05 16:50:53    收藏:0  评论:0  赞:0  阅读:380
oracle笔记
今天看到博客园的一个sql题目,《这道SQL笔试题你会怎么写》本文版权归七种武器和博客园共同所有,欢迎转载,但必须保留声明。并给出原文链接,谢谢合作写了很久不知道怎么用获取组函数的第一条数据。然后查资料看评论,才发现需要 ROW_NUMBER() OVER()函数。才发现这段时间接触sql太少了。写...
分类:数据库技术   时间:2014-12-05 16:50:43    收藏:0  评论:0  赞:0  阅读:285
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:50:33    收藏:0  评论:0  赞:0  阅读:390
商品放大镜效果
这两天写了个商品放大镜的效果,贴出来,欢迎大家指点。如果要看效果,引入jquery并更换图片即可。 放大镜
分类:其他   时间:2014-12-05 16:50:23    收藏:0  评论:0  赞:0  阅读:309
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:13    收藏:0  评论:0  赞:0  阅读:403
css3360度旋转动画
@-webkit-keyframes Parallaxs{ from { -webkit-transform: rotate(180deg) ; -moz-transform: rotate(180deg) ; -o-transform: rotate(180d...
分类:Web开发   时间:2014-12-05 16:50:03    收藏:0  评论:0  赞:0  阅读:419
列式数据库
最早的商业列式数据库是在1995年发布的Sybase IQ,但是一直到1999年左右才慢慢稳定到能够投入生产环境。现在的大多数分析型数据库都是在2003-2005年从Postgresql 分支出来的。其中尤其是Vertica 为代表的列数据库已经在大规模数据仓库环境中证明其特别为数据仓库环境设计的思...
分类:数据库技术   时间:2014-12-05 16:49:53    收藏:0  评论:0  赞:0  阅读:410
Struts2 参数传入四种方式
public class UserAction { private String name; private int age; public String add(){ System.out.println(name+age); return "...
分类:其他   时间:2014-12-05 16:49:43    收藏:0  评论:0  赞:0  阅读:258
为什么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:49:33    收藏:0  评论:0  赞:0  阅读:425
HTML5 的新的表单属性
本章讲解涉及 和 元素的新属性。新的 form 属性:autocompletenovalidate新的 input 属性:autocompleteautofocusformform overrides (formaction, formenctype, formmethod, formnoval.....
分类:Web开发   时间:2014-12-05 16:49:23    收藏:0  评论:0  赞:0  阅读:789
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:49:13    收藏:0  评论:0  赞:0  阅读:398
1592条   上一页 1 ... 37 38 39 40 41 ... 80 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!