方法一:在线安装1.打开HELP->MyEclipse
Configuration 不过多数情况下再myeclipse实现不了 Center。切换到SoftWare标签页。2.点击Add Site
打开对话框,在对话框Name输入Svn,URL中输入:http://subclipse.tigr...
分类:
系统相关 时间:
2014-05-26 07:55:43
阅读次数:
420
public void Update(byte[] buffer){if ( buffer ==
null ) {throw new ArgumentNullException("buffer"); //判断参数为空,抛出异常,而非try
catch捕获}Update(buffer, 0, buf....
分类:
其他好文 时间:
2014-05-26 07:03:27
阅读次数:
268
本人系统为Ubuntu 13.04 LTS 64bit,各种google下成功wine安装了QQ用用
1.首先安装最新版的wine1.52,没记错版本号应该是这个
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.6
sudo apt-get in...
分类:
其他好文 时间:
2014-05-26 05:33:54
阅读次数:
621
公司mysql dba把数据库root密码丢失需要破解,方法如下,适合linux、unix机器
service mysqld stop
/opt/mysql/bin/mysqld_safe --skip-grant-tables &
/opt/mysql/bin/mysql -u root
update mysql.user set password=PASSWORD('...') ...
分类:
数据库 时间:
2014-05-26 04:08:37
阅读次数:
397
点击browserFilesystem,和命令查看结果一样
当我们查看hadoop源码时,我们看到hdfs下的hdfs-default.xml文件信息
我们查找${hadoop.tmp.dir}这是引用变量,肯定在其他文件有定义,在core-default.xml中查看到,这两个配置文件有个共同点:
就是不要修改此文件,但可以复制信息到core-site.xml和hdfs-sit...
分类:
Web程序 时间:
2014-05-25 02:02:13
阅读次数:
388
实例如下:
update users set classes='1' where id in('u001','u002','u003','u004');
update users set classes='2' where id in('u005','u006','u007');
users表的内容如下:
+------+-----------+------------+------+--...
分类:
其他好文 时间:
2014-05-24 20:41:35
阅读次数:
254
1 这是由于 scrapyd安装的时候没有 解压 相应的 egg而导致的文件找不到的错误。
2 解决办法,找到 scrapyd-1.0.1-py2.7.egg 解压缩 里面 有一个 scrapyd的文件,拷贝到 site-packages/scrapyd-1.0.1-py2.7.egg/scrapyd/目录下即可,windows的解决办法和这个一样。...
分类:
移动开发 时间:
2014-05-24 20:31:22
阅读次数:
567
例2:创建DML语句行级触发器。当对emp表执行INSERT,UPDATE,DELETE操作时,它自动更新dept_summary表中的数据。由于在PL/SQL块中不能直接调用DDL语句,所以,利用ORACLE内置包DBMS_UTILITY中的EXEC_DDL_STATEMENT过程,由它执行DDL语句创建触发器。BEGINDBMS_OUTPUT.PUT_LINE(‘..
分类:
数据库 时间:
2014-05-24 15:23:16
阅读次数:
388
今天终于把近5G的数据上传到了SharePoint2010站点上,上传过程中发现几个要注意的问题:
1. 用360浏览器打开SP 2010站点,发现在workspace同步和windows explorer二个按钮都被禁掉了(但workspace可以连到sp
site进行同步),但检查了站点设置里面...
分类:
其他好文 时间:
2014-05-24 10:24:58
阅读次数:
230
1) Select the site to configure in IIS, right
click and select "Properties"2) Under HTTP Headers Tab, select "File Types"
under the MIME Map section a...
分类:
其他好文 时间:
2014-05-24 09:08:53
阅读次数:
299