首页 > 2014年07月16日 > 全部分享
服务端零基础架设文档
python基础环境搭建window下环境变量设置设置后可以方便的使用python命令行,以及python路径下的Script工具。1.python的安装路径2.pythonscript工具的路径这两个路径加入到path环境变量中去pywin32安装在window下需要访问系统api的地方都需要用到...
分类:其他   时间:2014-07-16 23:58:20    收藏:0  评论:0  赞:0  阅读:498
OpenERP report doesn't work
1. When you have used OpenOffice edited one of reports,it has stored the report's banary data is database,which caused the problem when you refresh th...
分类:其他   时间:2014-07-16 23:57:16    收藏:0  评论:0  赞:0  阅读:602
zoj2750最短路
#include #include #include #include #include #include #include #include #include #include #include #include using namespace std;const int INF=10000000...
分类:其他   时间:2014-07-16 23:56:16    收藏:0  评论:0  赞:0  阅读:472
POJ 1149
PIGSTime Limit:1000MSMemory Limit:10000KTotal Submissions:15724Accepted:7023DescriptionMirko works on a pig farm that consists of M locked pig-houses ...
分类:其他   时间:2014-07-16 23:55:13    收藏:0  评论:0  赞:0  阅读:607
jqGrid Events
事件定义示例:·varlastSel; ·jQuery("#gridid").jqGrid({·...·onSelectRow:function(id){·if(id&&id!==lastSel){·jQuery('#gridid').restoreRow(lastSel);·lastSel=id;...
分类:其他   时间:2014-07-16 23:54:10    收藏:0  评论:0  赞:0  阅读:595
VisualCaptcha – 灵活的可视化验证码解决方案
visualCaptcha 是一个可配置的验证码解决方案,专注于可访问性和简单性,同时保持安全性。它也支持移动,视网膜设备,并有一个创新的可访问性的解决方案。 visualCaptcha 现在可以跨多个后端语言,不管你是使用 JavaScript ,Ruby 或 PHP,都可以使用 visualCa...
分类:其他   时间:2014-07-16 23:53:09    收藏:0  评论:0  赞:0  阅读:511
jqGrid Search
表格中所有的列都可以作为搜索条件。所用到的语言包文件·$.jgrid={·...·search:{·caption:"Search...",·Find:"Find",·Reset:"Reset",·odata:['equal','notequal','less','lessorequal','gre...
分类:其他   时间:2014-07-16 23:52:08    收藏:0  评论:0  赞:0  阅读:742
wpf之Binging类
1,Data Binding在WPF中的地位程序的本质是数据+算法。数据会在存储、逻辑和界面三层之间流通,所以站在数据的角度上来看,这三层都很重要。但算法在3层中的分布是不均匀的,对于一个3层结构的程序来说,算法一般分布在这几处:A。数据库内部。B。读取和写回数据。C。业务逻辑。D。数据展示。E。界...
分类:其他   时间:2014-07-16 23:51:05    收藏:0  评论:0  赞:0  阅读:580
contiki Makefile.include 四个关注点<contiki学习之二>
Contiki Makefile.include 笔记约定: makefile 包括Makefile、Makefile.xxx,并不单指Makefile不对makefile的语法进行分析,仅仅关注几个需要点。首先要说明,Makefile.incl...
分类:其他   时间:2014-07-16 23:50:06    收藏:0  评论:0  赞:0  阅读:723
大话设计模式之----状态模式
HourHour ."点 上午工作,精神百倍"; }else{ $w->SetState(new NoonState()); $w->WriteProgram(); } } } //中午工作状态 class NoonState extends State{ public ...
分类:其他   时间:2014-07-16 23:49:00    收藏:0  评论:0  赞:0  阅读:447
Javascript引擎单线程机制及setTimeout执行原理说明
setTimeout用法在实际项目中还是会时常遇到。比如浏览器会聪明的等到一个函数堆栈结束后才改变DOM,如果再这个函数堆栈中把页面背景先从白色设为红色,再设回白色,那么浏览器会认为DOM没有发生任何改变而忽略这两句话,因此我们可以通过setTimeout把&ldquo;设回白色&rdquo;函数加...
分类:编程语言   时间:2014-07-16 23:48:01    收藏:0  评论:0  赞:0  阅读:656
angular -- $routeParams API翻译
原api出处:https://docs.angularjs.org/api/ngRoute/service/$routeParams$routeParams 可以获取当前路径参数.需要ngroute模块被安装。路径参数是$location.search()和$location.path()的组合. ...
分类:Windows开发   时间:2014-07-16 23:46:59    收藏:0  评论:0  赞:0  阅读:923
Perl date time
use Time::HiRes qw(time);use POSIX qw(strftime);my $t = time;my $date = strftime "%Y%m%d %H:%M:%S", localtime $t;$date .= sprintf ".%03d", ($t-int($t)...
分类:其他   时间:2014-07-16 23:45:55    收藏:0  评论:0  赞:0  阅读:578
Linux 的cp命令
功能: 复制文件或目录说明: cp指令用于复制文件或目录,如同时指定两个以上的文件或目录,且最后的目的地是一个已经存在的目录,则它会把前面指定的所有文件或目录复制到此目录中。若同时指定多个文件或目录,而最后的目的地并非一个已存在的目录,则会出现错误信息参数: -a 或 --archive 此参数的效...
分类:系统服务   时间:2014-07-16 23:44:57    收藏:0  评论:0  赞:0  阅读:570
jqGrid 翻页
jqGrid的翻页要定义在html里,通常是在grid的下面,且是一个div对象:···jQuery("#grid_id").jqGrid({·...·pager:'#gridpager',·...·});不必给翻页设置任何的css属性。在jqGrid里定义的翻页可以是::pager : '#gri...
分类:其他   时间:2014-07-16 23:43:51    收藏:0  评论:0  赞:0  阅读:804
QEMU KVM Libvirt手册(11): Managing Storage
When managing a VM Guest on the VM Host Server itself, it is possible to access the complete file system of the VM Host Server in order to attach or c...
分类:其他   时间:2014-07-16 23:42:48    收藏:0  评论:0  赞:0  阅读:803
jqGrid ColModel Options
ColModel 是jqGrid里最重要的一个属性,设置表格列的属性。属性数据类型备注默认值alignstringleft, center, right.leftclassesstring设置列的css。多个class之间用空格分隔,如:'class1 class2'。表格默认的css属性是ui-e...
分类:其他   时间:2014-07-16 23:41:47    收藏:0  评论:0  赞:0  阅读:803
赣南师范学院数学竞赛培训第09套模拟试卷参考解答
1. 对定义域为全体 $n$ 阶矩阵的函数 $f: \bbR^{n\times n}\to \bbR$, 如果 $\dps{\cfrac{\p f}{\p a_{ij}}}$ 对 $A$ 中每个元素 $a_{ij}$ 都存在, 则记 $$\bex \n_A f(A)=\sex{\cfrac{\p f...
分类:其他   时间:2014-07-16 23:40:45    收藏:0  评论:0  赞:0  阅读:475
js实现页面传值
今天做东西用到,在网上查到了这样的一种方法,学习学习:来源:http://bbs.csdn.net/topics/310229114Page1: 无标题页 Page2: 无标题页 PS:使用window.opener可以访问js的变量 :win...
分类:Web开发   时间:2014-07-16 23:39:47    收藏:0  评论:0  赞:0  阅读:607
赣南师范学院数学竞赛培训第07套模拟试卷参考解答
1. 设整数 $n\geq 2$, 并且 $a_1,a_2,\cdots,a_n$ 是互不相同的整数. 证明多项式 $$\bex f(x)=(x-a_1)(x-a_2)\cdots(x-a_n)+1 \eex$$ 在有理数域上不可约.
分类:其他   时间:2014-07-16 23:38:41    收藏:0  评论:0  赞:0  阅读:567
3404条   1 2 3 4 ... 171 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!