Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46c5776

Browse files
committed
update j2ee linux vcs and windows
1 parent bb2fa18 commit 46c5776

File tree

4 files changed

+43
-90
lines changed

4 files changed

+43
-90
lines changed

J2EE学习之路.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* JDK Tools and Utilities: http://docs.oracle.com/javase/6/docs/technotes/tools/
1111
* Setting Project Facets: http://docs.oracle.com/cd/E13224_01/wlw/docs103/guide/ideuserguide/projects/conFacets.html
1212
* Overriding and Hiding Methods: http://docs.oracle.com/javase/tutorial/java/IandI/override.html
13+
* List of HTTP status codes: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
1314

1415
* Java开源大全: http://www.open-open.com/
1516
* importnew: http://www.importnew.com/
@@ -57,12 +58,15 @@
5758
* 如何使用eclipse生成javadoc帮助文档?:http://jingyan.baidu.com/article/dca1fa6f4d3d7ff1a4405239.html
5859
* [改编]深入equals方法,讨论instanceof的使用!: http://www.blogjava.net/bacoo/archive/2007/12/20/169176.html
5960
* Struts2、Spring和Hibernate应用实例: http://871421448.iteye.com/blog/1546058
61+
* spring中注册bean(通过代码动态注册): http://blog.csdn.net/buyaore_wo/article/details/8119577
6062
* Apache和IIS网站Web日志格式详解: http://www.ha97.com/4813.html
6163
* 领域驱动设计系列文章——浅析VO、DTO、DO、PO的概念、区别和用处: http://www.cnblogs.com/qixuejia/p/4390086.html
6264
* PO BO VO DTO POJO DAO DO这些Java中的概念分别指一些什么?: https://www.zhihu.com/question/39651928
6365
* Java bytecode instruction listings: https://en.wikipedia.org/wiki/Java_bytecode_instruction_listings
6466
* Java自动装箱与拆箱及其陷阱: http://blog.csdn.net/jairuschan/article/details/7513045
6567
* Web安全漏洞之:JDK1.5环境下扫描远程调试端口导致JVM崩溃【JDWP exit error JVMTI_ERROR_NONE(0)】: http://blog.csdn.net/sfdev/article/details/5828509
68+
* java byte与char互转原理: http://www.cnblogs.com/bluespot/archive/2008/10/23/1318155.html
69+
* Java永久代去哪儿了: http://www.infoq.com/cn/articles/Java-PERMGEN-Removed?utm_campaign=infoq_content&
6670

6771
## IDE
6872

@@ -466,6 +470,11 @@ maven中如何生成javadoc
466470
mvn javadoc:javadoc
467471

468472

473+
## bintray
474+
475+
https://bintray.com/
476+
477+
469478
## Gradle
470479

471480
一个开源的自动化构建系统,建立在Apache Ant和Maven Apache概念的基础上,并引入了基于Groovy的特定领域语言(DSL),而不是使用Apache Maven宣布的项目配置XML形式。
@@ -530,6 +539,11 @@ mvn javadoc:javadoc
530539
* 洞悉 Java 应用性能瓶颈的利器:Visual Performance Analyzer: http://www.ibm.com/developerworks/cn/java/j-lo-vpa/
531540

532541

542+
## VisualVM
543+
544+
* VisualVM: http://visualvm.java.net/
545+
546+
533547
## JD(Java Decompiler)
534548

535549
* 项目地址及安装说明:http://jd.benow.ca/

Linux学习之路.md

Lines changed: 27 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
## Websit List
44

5+
* The Linux Kernel Archives: https://www.kernel.org/
6+
* VGER.KERNEL.ORG: http://vger.kernel.org/
7+
* The Open Group(Unix): http://opengroup.org/subjectareas/platform/unix
8+
* GNU Operating System: http://www.gnu.org/
9+
10+
* Ubuntu: http://www.ubuntu.org.cn/
11+
* Ubuntu Wiki: https://wiki.ubuntu.com/
12+
* Ubuntu Kylin: http://www.ubuntukylin.com/
13+
* deepin: https://www.deepin.org/
14+
* Debian: http://www.debian.org/
15+
* Fedora: http://fedoraproject.org/
16+
* CentOS: https://www.centos.org/
17+
* cncentos中文论坛: http://www.cncentos.com/forum.php
18+
* rethat: https://www.redhat.com
19+
* openSUSE: https://www.opensuse.org/
20+
* openSUSE 中文: https://forum.suse.org.cn/index.php
21+
* opensuse-guide: https://lug.ustc.edu.cn/sites/opensuse-guide/
22+
* Linux From Scratch: http://www.linuxfromscratch.org/
23+
* AppImage: http://appimage.org/
24+
* MenuetOS: http://www.menuetos.net/index.htm
25+
26+
* 鳥哥的 Linux 私房菜: http://linux.vbird.org/
27+
* Linux Professional Institute: http://www.lpi.org/
28+
* Linux命令大全: http://man.linuxde.net/
29+
* Linux man pages: http://linux.die.net/man/
30+
531
* shunit2: https://github.com/zandev/shunit2
632
* RPM Fusion: http://rpmfusion.org/
733
* ATrpms: http://atrpms.net/
@@ -23,6 +49,7 @@
2349
* htop: https://sourceforge.net/projects/htop/
2450
* iftop: http://www.ex-parrot.com/~pdw/iftop/
2551
* Iotop: http://guichaz.free.fr/iotop/
52+
* 基于CentOS的Linux基本网络配置,包括网卡eth0、DNS、Host等: http://www.cnblogs.com/rooney/archive/2012/03/24/2415144.html
2653

2754
## Shell 快捷键
2855

@@ -896,77 +923,6 @@ E: Unable to lock the list directory
896923
*.rar 用 unrar e解压
897924
*.zip 用 unzip 解压
898925

899-
## Virtual Box相关
900-
901-
* https://www.virtualbox.org/manual/ch06.html#network_nat
902-
903-
注:增强包已下载存在Documents
904-
905-
通过设备——分配光驱即可分配
906-
907-
## 访问USB子系统失败
908-
909-
解决ubuntu下virtualbox访问usb子系统失败
910-
911-
http://blog.coltcn.com/2012/03/13/virtualbox-error-failed-to-access-usb-subsystem/
912-
913-
## ubuntu用户不在sudoers文件中问题
914-
915-
http://blog.csdn.net/killzero/article/details/10298845
916-
917-
## 安装CentOS后安装增强功能
918-
919-
1.启动CentOS,以root身份登录,进入桌面环境。
920-
921-
2.执行如下命令:
922-
923-
yum upadate
924-
yum install kernel-devel  
925-
yum install gcc
926-
927-
3.重启系统
928-
929-
4.安装增强功能
930-
931-
5.重新启动
932-
933-
## Cannot register the hard disk错误解决办法
934-
935-
virtualbox中加载已有的虚拟硬盘时出现Cannot register the hard disk错误,描述类似下面的。
936-
937-
ERROR: Cannot register the hard disk '/mnt/ee/winxp/xp.vdi' with UUID {395ae4ae-8bf9-42e5-b82a-61af9f95fbf0} because a hard disk '/mnt/ee/winxp/xp.vdi' with UUID {395ae4ae-8bf9-42e5-b82a-61af9f95fbf0} already exists in the media registry ('/home/pzye/.VirtualBox/VirtualBox.xml')
938-
Details: code NS_ERROR_INVALID_ARG (0x80070057), component VirtualBox, interface IVirtualBox, callee nsISupports
939-
Context: "OpenHardDisk(Bstr(szFilenameAbs), AccessMode_ReadWrite, srcDisk.asOutParam())" at line 603 of file VBoxManageDisk.cpp
940-
941-
解决方法如下:
942-
943-
关闭virtualbox,重新启动它,它会检测虚拟硬盘,可能会检测出来一些虚拟硬盘,请将其删除,然后就不会出现这个问题了。
944-
945-
946-
## virtualbox命令行共享CentOS目录
947-
948-
1. 安装virtualbox增强工具
949-
950-
2. 设置共享文件夹
951-
952-
完成后点击"设备(Devices)" -> 共享文件夹(Shared Folders)菜单,添加一个共享文件夹,选项固定和临时是指该文件夹是否是持久的。共享名可以随意取,如"yongfu",尽量使用英文名称,不要有空格。
953-
954-
3. 挂载共享文件夹
955-
956-
在命令行终端下输入:
957-
958-
mkdir /mnt/yongfu
959-
mount -t vboxsf yongfu /mnt/yongfu
960-
961-
其中"yongfu"是之前创建的共享文件夹的名字。现在虚拟机和主机可以互传文件了。如不想每次都手动挂载,可以在/etc/fstab中添加一项
962-
963-
yongfu /mnt/yongfu vboxsf rw,gid=100,uid=1000,auto 0 0
964-
965-
这样就能够自动挂载了。
966-
967-
4. 卸载的话使用下面的命令
968-
969-
umount -f /mnt/yongfu
970926

971927
## linux系统下无法访问电脑硬盘
972928

VCS学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* https://bitbucket.org/ (Git Mercurial)
66
* https://sourceforge.net/ (Git Mercurial SVN)
77
* http://www.codeplex.com/
8+
* https://sourceware.org/
89
* <del>http://code.taobao.org/</del> (SVN)
910
* http://git.oschina.net/
1011
* http://www.javaforge.com (Git Mercurial SVN)

Windows学习之路.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -82,26 +82,8 @@ PowerShell的默认启动路径其实就是执行PowerShell时指定的默认工
8282
同理,也可以修改xftp的编码为utf-8以正常显示中文。
8383

8484

85-
# VirtualBox
86-
87-
## Windows 8.1+VirtualBox较新版本打开虚拟机时报错
88-
89-
报错信息:
90-
```
91-
Unable to load R3 module D:\Program Files\Oracle\VirtualBox/VBoxDD.dll
92-
(VBoxDD):GetLastError=1790
93-
(VERR_UNRESOLVED_ERROR)
94-
```
95-
解决办法是在Windows/system32下:
96-
97-
* themeui.dll.old.tweakcube替换themeui.dll
98-
* uxtheme.dll.old.tweakcube替换uxtheme.dll
99-
100-
如果是Windows 7中遇到类似问题,参考:
101-
http://jingyan.baidu.com/article/ab69b270bb7b2a2ca6189f6d.html
102-
103-
10485
# 文章
10586

10687
* Powershell 错误记录:详细错误:http://www.pstips.net/powershell-error-record-details.html
88+
* pstips.net: http://www.pstips.net/
10789

0 commit comments

Comments
 (0)