自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(103)
  • 收藏
  • 关注

转载 gene

http://genome.ucsc.edu/cgi-bin/hgGateway?hgsid=369136393_r9Xf5PayQL9UaWKBI6NYZZN8yQXm转载于:https://www.cnblogs.com/Null2051/p/3667721.html

2014-04-16 00:00:00 172

转载 博客列表

http://oo.iffoo.com/?from=inf&wvr=5&loc=infbloghttp://blog.sina.com.cn/pcmanzhang转载于:https://www.cnblogs.com/Null2051/p/3551954.html

2014-02-16 23:41:00 203

转载 安装Endnote X6,但Word插件显示的总是Endnote Web"解决办法

http://blog.sina.com.cn/s/blog_b813f6b40101h6vf.html转载于:https://www.cnblogs.com/Null2051/p/3463346.html

2013-12-07 22:27:00 258

转载 numpy 安装

http://www.lfd.uci.edu/~gohlke/pythonlibs/转载于:https://www.cnblogs.com/Null2051/p/3454981.html

2013-12-03 00:24:00 113

转载 Oracle创建表空间、创建用户以及授权、查看权限

http://www.blogjava.net/wolfman09/archive/2009/05/01/268536.html转载于:https://www.cnblogs.com/Null2051/p/3250952.html

2013-08-11 02:54:00 77

转载 完全卸载oracle11g步骤

http://blog.csdn.net/machinecat0898/article/details/7792471转载于:https://www.cnblogs.com/Null2051/p/3250947.html

2013-08-11 01:49:00 83

转载 Oracle_11g 安装图解

http://wenku.baidu.com/view/133dbe1d866fb84ae45c8d57.html忽略安装过程中的配置安全转载于:https://www.cnblogs.com/Null2051/p/3249520.html

2013-08-10 02:13:00 107

转载 new String("日志查询列表 ".getBytes("GBK"), "iso8859-1")

http://www.blogjava.net/thisliy/archive/2009/12/09/305313.html转载于:https://www.cnblogs.com/Null2051/p/3246083.html

2013-08-08 16:21:00 166

转载 windows7下myeclipse8.5 svn 修改用户名和密码

参考:http://crazycat03.iteye.com/blog/358081http://blog.csdn.net/novrose/article/details/6427126工作机子上用的JavaHL找到以下目录并删除auth目录下的文件.然后在myeclipse中重新提交一下代码,就要求输入新的用户名和密码了。转载于:http...

2013-08-08 09:26:00 70

转载 ORA-12505: TNS: 监听器无法处理连接描述符中所给出的

http://www.rosoo.net/a/201004/9299.htmlhttp://www.cnblogs.com/simie/archive/2007/06/03/769312.html转载于:https://www.cnblogs.com/Null2051/p/3213506.html

2013-07-25 00:57:00 125

转载 Oracle相关问题

oracle10g登录em后,提示“java.lang.Exception: Exception in sending Request :: null”http://blog.csdn.net/znn626/article/details/7893493ORA-12505 错误解决,用navicat for oracle连接数据库时,解决方案如下:http://spac...

2013-07-24 22:54:00 73

转载 Oracle相关资料

下载:http://www.blogjava.net/wangdetian168/archive/2011/03/01/oracle10g.html安装:http://wenku.baidu.com/view/a73d048bd0d233d4b14e69a8.htmlhttp://blog.csdn.net/myhorizon118/article/details/5609175...

2013-07-23 23:03:00 88

转载 导入到Myeclipse中项目注释乱码问题

一.将整个project设置编码UTF-8(UTF-8可以最大的支持国际化)windows->Preferences->general->Workspace->Text file encoding->Other框中的Text file encoding改为UTF-8。二.对java源文件编码设置为UTF-8.windows->Preferenc...

2013-07-23 00:53:00 67

转载 Hyperic Sigar API 了解

参考http://blog.csdn.net/origin100/article/details/7305108http://aviva.iteye.com/blog/1239736API:http://www.hyperic.com/support/docs/sigar/index-all.html下载:https://support.hyperic.com/display...

2013-07-18 09:21:00 67

转载 Java调用本地接口:java.lang.UnsatisfiedLinkError

http://blog.csdn.net/origin100/article/details/7305222转载于:https://www.cnblogs.com/Null2051/p/3196287.html

2013-07-17 17:29:00 71

转载 httpSession

http://blog.csdn.net/zsf0615020117/article/details/4225395httpsession的原理及负载均衡http://chinaxxren.iteye.com/blog/811604转载于:https://www.cnblogs.com/Null2051/p/3191215.html

2013-07-15 15:19:00 59

转载 <mvc:annotation-driven>和DefaultAnnotationHandlerMapping 配置教训

http://www.iteye.com/topic/1118122转载于:https://www.cnblogs.com/Null2051/p/3191132.html

2013-07-15 14:40:00 107

转载 Spring 中的HiddenHttpMethodFilter类

http://hi.baidu.com/hicc2012/item/5140cc18042ea2582b3e2256html中form表单只支持GET与POST请求,而DELETE、PUT等method并不支持,spring3.0添加了一个过滤器,可以将这些请求转换为标准的http方法,使得支持GET、POST、PUT与DELETE请求。1.首先配置springmvc配置文件...

2013-07-15 14:16:00 200

转载 Myeclipse Jquery代码提示

http://wangke0611.iteye.com/blog/550257http://blog.csdn.net/czw2010/article/details/8375098转载于:https://www.cnblogs.com/Null2051/p/3184413.html

2013-07-11 17:41:00 60

转载 修改MyEclipse8.5的默认工作空间

修改MyEclipse8.5的默认的工作空间当我们用MyEclipse进行开发时,如MyEclipse8.5,每次启动默认的工作空间为C:\DocumentsandSettings\Administrator\Workspaces\MyEclipse8.5若希望在启动MyEclipse时就进入我们所设置的工作空间,有一种设置办法是通过修改如下配置文件来解决该问题:...

2013-07-10 16:43:00 114

转载 struts2学习笔记-搭建Struts2开发环境--开发Struts2应用依赖的jar文件

开发Struts 2程序最少需要的JAR。struts2-core-2.x.x.jar :Struts 2框架的核心类库xwork-core-2.x.x.jar :XWork类库,Struts 2在其上构建ognl-2.6.x.jar :对象图导航语言(Object Graph Navigation Language),struts2框架通过其读写对象的属性freemar...

2013-07-10 09:47:00 134

转载 HashMap与Hashtable的区别

来自:http://oznyang.iteye.com/blog/30690HashTable的应用非常广泛,HashMap是新框架中用来代替HashTable的类,也就是说建议使用HashMap,不要使用HashTable。可能你觉得HashTable很好用,为什么不用呢?这里简单分析他们的区别。1.HashTable的方法是同步的,HashMap未经同步,所以在多线程场合...

2013-06-20 18:20:00 95

转载 [转载]Windows 下使用Git管理Github项目

来自:http://blog.csdn.net/ljz2009y/article/details/86687351 在Github上创建账号,这个很简单就不再赘述。2 下载安装Git下载地址:http://code.google.com/p/msysgit/downloads/list安装很简单,一路Next就可以了。3 登陆GitHub后创建一个新的仓库(New r...

2013-06-09 22:53:00 72

转载 HeadFirst的iPhone开发笔记

readonly用于不想让别人修改属性retain用于值类型为对象的属性,编译器会持有(retain)传入的值,并在有新值传入时将原有值释放。copy希望保存一份传入值的拷贝而不是值自身。如,保存一个数组,将该数组设为属性值,不让别人修改其内容。这会给传入值发送一个copy消息,然后持有复制的结果。assign用于基本类型的属性,如int ,float 等...

2013-06-09 21:21:00 97

转载 Google代码style

看到比较有意思,存下来http://google-styleguide.googlecode.com/svn/trunk/eclipse-java-google-style.xmlhttp://google-styleguide.googlecode.com/svn/trunk/google_python_style.vimhttp://google-styleguide.g...

2013-06-09 20:57:00 101

转载 毕业前图书馆

0、《梦断代码》,关电脑,晚上继续看着走。1、《Scala编程》,结合http://stackoverflow.com/tags/scala/info转载于:https://www.cnblogs.com/Null2051/archive/2013/05/27/3102735.html...

2013-05-27 22:34:00 103

转载 项目整理之一:整理版

对于Flex4自定义右键菜单,参考的前人贡献:http://www.iteye.com/blogs/tag/%E5%8F%B3%E9%94%AE%E8%8F%9C%E5%8D%95http://elviszhao.iteye.com/blog/1628386http://yypdc.iteye.com/blog/1485359http://blog.sina.com.cn...

2013-05-27 21:36:00 144

转载 项目整理之一:

问题描述:严重: Servlet.service() for servlet jsp threw exceptioncom.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column 'docinfo0_.content_type' in 'field list'解决方案:这是因为在PO的映射文件里,colu...

2013-05-24 16:40:00 103

转载 记录项目一:使用flexpaper

翻出老代码,看着玩。看到在XXX_XXX_index项目中paper_detail.jsp,里面设置,今天再细化一下。增加一些功能。老规矩,为了测试方便,在D:\WAMP\apache-tomcat-6.0.36\conf文件夹下server.xml末尾添加<Context path="/xxx_xxx_index" docBase="D:\workspace20...

2013-05-23 14:11:00 110

转载 MyEclipse10中导入项目时出现乱码的解决方案

已知:原来的项目是在myeclipse8.6下开发,编码设置与现在不同解决:每一个项目,右击工程,在弹出的菜单中选择最后一项“Properties”,都设置为UTF-8转载于:https://www.cnblogs.com/Null2051/archive/2013/05/23/3094790.html...

2013-05-23 14:01:00 184

转载 Windows 下使用 GNUstep 编译并运行 Objective-C 程序

http://www.oschina.net/question/12_80298转载于:https://www.cnblogs.com/Null2051/archive/2013/05/22/3093466.html

2013-05-22 19:59:00 106

转载 优秀的开源UML工具

http://www.iteye.com/news/11216-12-best-opensource-uml-tool转载于:https://www.cnblogs.com/Null2051/archive/2013/05/21/3090885.html

2013-05-21 15:43:00 90

转载 Word2010设置段落、页边距、字间距和行间距

Word2010设置段落、页边距、字间距和行间距,用WPS吧转载于:https://www.cnblogs.com/Null2051/archive/2013/05/20/3088816.html

2013-05-20 16:25:00 296

转载 ubuntu软件中心打不开Python error

http://my.oschina.net/sukai/blog/122448root@SHIT :~# rm /usr/bin/python root@SHIT :~# ln -s /usr/bin/python2.7 /usr/bin/python root@SHIT :~# apt-get install -f ##即便完整性检查失败了仍然继续,也就是...

2013-05-05 11:09:00 140

转载 Python - 获取校内(人人网)的所有好友照片存储到本地

http://blog.csdn.net/leehark/article/details/7098706转载于:https://www.cnblogs.com/Null2051/archive/2013/05/04/3060082.html

2013-05-04 20:50:00 140

转载 由于Python出现了一些问题,导致想重装Python sudo apt-get remove python砸下去,Ubuntu立马就出现了问题...

http://guoyunsky.iteye.com/blog/798178转载于:https://www.cnblogs.com/Null2051/archive/2013/05/04/3060026.html

2013-05-04 20:37:00 203

转载 Python3在ubuntu环境下的安装+ Ubuntu下安装eclipse

http://blog.csdn.net/gavin_dinggengjia/article/details/7364375http://www.cnblogs.com/huzhiwei/archive/2012/03/14/2396578.html有错误9, rm python #remove original symbolic link10, ln -s p...

2013-05-04 18:18:00 66

转载 IntelliSense:cannot open source file

http://stackoverflow.com/questions/7623980/intellisense-cannot-open-source-file-curl-h-in-cUnder Visual Studio 2010 & 2012Right click on your projectselect PropertiesExpand Configur...

2013-04-09 09:53:00 549

转载 arch下搭建objective-c编译环境

http://chliny.me/?p=79http://maomao.fetaa.com/?p=59001转载于:https://www.cnblogs.com/Null2051/archive/2013/04/07/3006037.html

2013-04-07 20:18:00 103

转载 Windows环境下面搭建Object C开发环境 mingw32-gcc.exe: CreateProcess: No such file or directory...

http://www.blogjava.net/midea0978/archive/2012/03/07/371420.html我的解法是 单独下载新的MinGW (http://sourceforge.net/projects/mingw/?source=dlp)ex.下载至C:\MinGW并将codeblock的compiler's installation directory指...

2013-03-30 22:41:00 261

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除