Exemple de utilizare a tagurilor http://www.w3.org/2001/XMLSchema: http://www.datypic.com/books/defxmlschema/examples.html
Programming
Hibernate 4.3.5 + Spring 4.0.5
org.hibernate.dialect.MySQL5InnoDBDialect 20 false true false
JPA (hibernate 4.3.x) + Spring 3.2.x
org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform false org.hibernate.spatial.dialect.postgis.PostgisDialect true
Tomcat
Pt debug din mediul de dezvoltare trebuie modificat: a) setenv.bat: SET “JAVA_HOME=c:\Program Files\Java\jdk1.7.0_60” CATALINA_OPTS=-Xms512m -Xmx2048m -XX:MaxPermSize=512M -XX:+CMSClassUnloadingEnabled -javaagent:c:\maven.repository.3x\org\springframework\spring-instrument-tomcat\4.0.6.RELEASE\spring-instrument-tomcat-4.0.6.RELEASE.jar SET “JPDA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005” b) startup.bat (la finalul fisierului): call “%EXECUTABLE%” jpda start %CMD_LINE_ARGS% -> pt a determina utilizarea lui JPDA_OPTS
Zyxel NSA310 and Java 8
tar xvzf ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.gz cd /ffp/home/root/ejdk1.8.0/bin #Modifica /ffp/home/root/ejdk1.8.0/bin/jrecreate.sh cu “java -Xms128m -Xmx192m”. ./jrecreate.sh –vm client –dest ~/jdk1.8.0-full-cli+ext –no-compression –extension locales,charsets -v ./jrecreate.sh –vm client –dest ~/jdk1.8.0-full-cli –no-compression -v
Library rpath si Library runpath
ATENTIE, am manarit referintele la librarii (vezi /etc/ld.so.conf). Vezi Library rpath si Library runpath cu: readelf -d /usr/sbin/httpd http://en.wikipedia.org/wiki/Rpath: At run time, if the dynamic linker finds a DT_RUNPATH attribute, it ignores the value of the DT_RPATH attribute, with the […]
C++ programming on linux
Info despre configuratia de la build gcc gcc -v Paths http://en.wikipedia.org/wiki/Rpath http://man7.org/linux/man-pages/man8/ld.so.8.html A sure-fire way to determine the name of the dynamic linker is to inspect a random binary from the host system by running: readelf -l /ffp/bin/find | grep […]