In Unity scripting, there are a number of event functions that get executed in a predetermined order as a script executes. This execution order is des...
分类:
其他好文 时间:
2014-07-25 23:53:10
阅读次数:
449
1. [代码]javascript 简单的search ?2. [代码][JavaScript]代码 var fs=require('fs');var path=require('path');function quick_cloud(page_path){ var content=fs.rea.....
分类:
编程语言 时间:
2014-07-25 19:02:32
阅读次数:
538
每当夏秋之交,我们都有展会,展会完后,都有很多的新的潜在客户要添加,我们收了一大堆名片,想入openERP还是需要一定时间的,而且名片的图片导入没有什么简洁的方法,所以我就想写个script来进行导入这些名片以及相关的客户信息。XML-RPC是一个远程过程调用(remote procedure ca...
分类:
其他好文 时间:
2014-07-25 14:25:51
阅读次数:
266
写个 crontab ,命令是类似这样的/path/to/script `date +%Y-%m-%d`直接运行很正常,但是在 crotnab 里就出错。/bin/sh: -c: line 1: unexpected EOF while looking for matching ``'/bin/sh...
分类:
其他好文 时间:
2014-07-25 14:02:15
阅读次数:
225
#3# ### <script>aler t(1234);</script> <basbd ? llll ### wer adfasdf tttttttttttt
分类:
其他好文 时间:
2014-07-25 11:43:21
阅读次数:
192
A process performed on a server includes configuring the server to enable script for a Web service to be defined dynamically, where the Web service in...
分类:
Web程序 时间:
2014-07-25 02:32:54
阅读次数:
419
很久不写blog了。最近发现python的自动补全是个好东西。分享一下。参考了:http://www.cnblogs.com/allenblogs/archive/2011/04/21/2023288.html和软件手册下载地址:http://vim.sourceforge.net/scripts/script.php?script_id=850直接粘贴了。------------------------------v..
分类:
编程语言 时间:
2014-07-24 23:49:05
阅读次数:
308
$(document).ready() 里的代码是在页面内容都加载完才执行的,如果把代码直接写到script标签里,当页面加载完这个script标签就会执行里边的代码了,此时如果你标签里执行的代码调用了当前还没加载过来的代码或者dom,那么就会报错,当然如果你把script标签放到页面最后面那么就没问题了,此时和ready效果一样。
$(document).ready(function(){})...
分类:
其他好文 时间:
2014-07-24 23:06:13
阅读次数:
276
HTML 标签拥有属性。每个标签的特殊属性均被列于每个标签描述之下。这里列出的属性是通用于每个标签的核心属性和语言属性(有个别例外):核心属性 (Core Attributes)以下标签不提供下面的属性:base、head、html、meta、param、script、style 以及 title ...
分类:
Web程序 时间:
2014-07-24 17:19:36
阅读次数:
257
1、安装vsftp的rpmrpm -ivhvsftpd-2.0.5-16.el5_5.1.x86_64.rpm2、添加用户groupadd ftpg #建立ftp用户组useradd -g ftpg -d /data/WebFiles -s /sbin/nologin ftpuser #建立ftpu...
分类:
系统相关 时间:
2014-07-24 17:08:35
阅读次数:
303