This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html lang="en-US"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<body> | |
<style type="text/css"> | |
div { | |
width : 400px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<persistence xmlns="http://java.sun.com/xml/ns/persistence" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" | |
version="2.0"> | |
<persistence-unit name="punit1"> | |
<jta-data-source>java:/DefaultDS</jta-data-source> | |
<properties> | |
<property name="hibernate.dialect" value="org.hibernate.dialect.H2Dialect"/> | |
<property name="hibernate.hbm2ddl.auto" value="create-drop"/> | |
</properties> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Code style</title> | |
<style> | |
pre { | |
padding: 5px; | |
border-style: solid; | |
border-width: 1px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# intellij project files # | |
########################## | |
.idea/ | |
*.iml | |
# eclipse project files # | |
######################### | |
.classpath | |
.project | |
.settings/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Intellij IDEA 12 useful shortcuts | |
Find action by name : Shift + Ctrl + A | |
Structural selection: Ctrl + W / Shift + Ctrl + W | |
Select in: Alt + F1 | |
Navigate to implementations via Ctrl + Alt + B | |
Navigate to the last edit location via Shift + Ctrl + Backspace | |
Navigate to a related unit test via Shift + Ctrl + T | |
Reformat Code: Alt + Ctrl + L | |
Auto-indent lines " Alt + Ctrl + I |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ppa:webupd8team/java oracle-java-8 oracle-java-7 oracle-java7-set-default | |
ppa:git-core/ppa | |
ppa:brightbox/ruby-ng | |
ppa:chris-lea/node.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0. install dependency first | |
sudo apt-get install python-dev libncurses5-dev | |
1. | |
lzhoucs@LZCS-G580-Luna:~/Dev/Repos/Hg/vim$ ./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --with-python-config-dir=/usr/lib/python2.7/config --enable-perlinterp --enable-cscope --prefix /usr | |
2. install checkinstall | |
lzhoucs@LZCS-G580-Luna:~/Dev/Repos/Hg/vim$ sudo apt-get install checkinstall | |
3. build |
OlderNewer