上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 128 下一页
  2017年5月25日
摘要: 在trunk文件夹下运行 mkdir -p files/etc/config 然后在 config 文件夹下新建network文件写入例如以下内容config interface 'loopback' option ifname 'lo' option proto 'static' option i 阅读全文
posted @ 2017-05-25 11:13 ljbguanli 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 今天在通过OData终结点update记录的时候报"Error processing request stream. The request should be a valid top-level resource object”。经过谷歌查询后发现是属性赋值时格式不正确。事实上从英文的字面意思也能 阅读全文
posted @ 2017-05-25 09:55 ljbguanli 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 卖域名了. xiangyao.la 想要啦 xiangchi.la 想吃啦 xiangwan.la 想玩啦 xiangmai.la 想买(卖)啦 piaoliangtaitai.com 美丽太太 联系QQ:110146324 卖域名了. xiangyao.la 想要啦 xiangchi.la 想吃啦 阅读全文
posted @ 2017-05-25 08:23 ljbguanli 阅读(82) 评论(0) 推荐(0) 编辑
  2017年5月24日
摘要: 首先简单的介绍一下查理·芒格。就是巴菲特的合伙人,当然,这个介绍就足够了。原因,你懂的。好了。開始正文:写这个并非为了自夸,也不是为了讨好这些自诩为码农的怪人。以下的理由应该是站得住脚的:1)先解决哪些具有显而易见的答案的问题 这就是我们做事的风格,不管学会了多少门语言,我们新学一门语言的时候都是从 阅读全文
posted @ 2017-05-24 21:45 ljbguanli 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1, top and left relative to the document jquery .offset() Get the current coordinates of the first element, or set the coordinates of every element, i 阅读全文
posted @ 2017-05-24 21:00 ljbguanli 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 解决的方法: 第一种方法:升级当前easyUI版本号() 另外一种方法:官方提供了bug的解决的方法,办法例如以下 在你用到这个数字框的页面引入这个js文件就能够了 jquery.easyui.patch.js 解决的方法: 第一种方法:升级当前easyUI版本号() 另外一种方法:官方提供了bug 阅读全文
posted @ 2017-05-24 19:36 ljbguanli 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 假设可迭代的对象的全部元素中仅仅要有一个元素为True就返回True,否则返回False。或者可迭代对象为空,也返回False。这个函数主要用来推断列表、元组、字典等对象是否有元素为True,提高计算速度,与之等效的代码例如以下:def any(iterable): for element in i 阅读全文
posted @ 2017-05-24 18:52 ljbguanli 阅读(151) 评论(0) 推荐(0) 编辑
摘要: D. A Simple Task time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output Given a simple graph, o 阅读全文
posted @ 2017-05-24 17:27 ljbguanli 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Bugzilla不能上传附件 环境:win7、Bugzilla 错误提示:CGI.pm open of tmpfile \\CGItemp5760/QQ.png failed: No such file or directory ; 一种解决方法:在C盘创建一个目录temp;找到CGI.pm文件,路 阅读全文
posted @ 2017-05-24 16:15 ljbguanli 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 边界尺寸 var a= e.pageX;//鼠标在页面中的坐标位置。可能大于整个屏幕 var ay= e.pageY;//鼠标在页面中的坐标位置。可能大于整个屏幕 //console.log(ay); var b= e.clientX;//鼠标在屏幕上的x坐标 var by= e.clientY;/ 阅读全文
posted @ 2017-05-24 15:20 ljbguanli 阅读(150) 评论(0) 推荐(0) 编辑
上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 128 下一页