图片裁剪参见:http://deepliquid.com/projects/Jcrop/demos.php?demo=thumbnail 一个js插件http://www.mikesdotnetting.com/article/95/upload-and-crop-images-with-jquer...
分类:
Web程序 时间:
2014-12-31 12:52:07
阅读次数:
203
Wget下载net-snmp源代码包wgethttp://sourceforge.net/projects/net-snmp/files/net-snmp/5.7.2.1/net-snmp-5.7.2.1.tar.gz解包[root@localhosthome]#tar-zxfnet-snmp-5.7.2.1.tar.gzmvnet-snmp-5.7.2.1snmp编译注意参数请注意参数:--prefix=/usr/local/snmp选项,选择snmp的..
分类:
其他好文 时间:
2014-12-30 19:18:28
阅读次数:
426
以测试环境服务实例sxxxxxxx为例:
进入sxxxxxxx 对应的实例目录.
cd /var/Oracle/Middleware/weblogic/user_projects/domains/aaaaa/servers/sxxxxxxx/,
该目录下面有6个目录:
cache
date
logs
stage
tmp
security (注意:security目录下为安全认证文...
分类:
Web程序 时间:
2014-12-29 18:30:47
阅读次数:
338
In business today organisations manage multiple projects concurrently with shared or overlapping resources, often in different geographical locations....
分类:
其他好文 时间:
2014-12-29 18:20:06
阅读次数:
184
When managing a project, it is important to develop a clear understanding of the customers' requirements and their priority. Many projects start with ...
分类:
其他好文 时间:
2014-12-29 10:22:53
阅读次数:
113
Successful projects start with a good quality project schedule. Creating a schedule is one of the first tasks you should do when given a project to ma...
分类:
其他好文 时间:
2014-12-29 10:18:59
阅读次数:
195
Gradle adds the task rule clean to our projects when we apply the base plugin. This task is able to remove any output files or directories we have def...
分类:
其他好文 时间:
2014-12-27 21:43:30
阅读次数:
296
Android library projects cannot be launched解决办法如下:右键工程根目录->properties左侧选择->android
分类:
移动开发 时间:
2014-12-26 18:14:07
阅读次数:
150
0. 下载LAME 并解压缩http://lame.sourceforge.net/download.phphttp://sourceforge.net/projects/lame/files/lame/3.99/lame-3.99.5.tar.gz1. 创建jni/libmp3lame/src目录...
分类:
移动开发 时间:
2014-12-26 14:27:22
阅读次数:
267
在java中使用jdk自带的Preferences具有很大的局限性,无法访问全局的注册表信息,需要获取全部的注册表信息还需要依靠第三方的工具。在这里使用的是JRegistry,我们可以从这里http://sourceforge.jp/projects/sfnet_jregistry/ 获取到ja.....