助记,备忘

http://blog.csdn.net/markddi/article/details/8289774http://www.singlex.net/3141.html

https://source.android.com/source/downloading.html


http://blog.csdn.net/jianguo_liao19840726/article/details/9774357


http://spring.io/docs

Spring framework docs:

current release doc:http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/

spring framework official 3.2.11 

http://docs.spring.io/spring/docs/3.2.11.RELEASE/spring-framework-reference/htmlsingle/

docs


Spring Security docs:

http://docs.spring.io/spring-security/site/docs/

http://docs.spring.io/spring-security/site/docs/3.2.3.RELEASE/reference/htmlsingle/

http://docs.spring.io/spring-security/site/docs/3.2.4.RELEASE/reference/htmlsingle/

Spring Security API 3.2.5

http://docs.spring.io/spring-security/site/docs/3.2.5.RELEASE/apidocs/

spring hibernate

http://blog.csdn.net/bjyfb/article/details/8998267#



Spring mvc config :

http://ericxiong.iteye.com/blog/1009030


Spring mvc annotation description:

http://blog.csdn.net/jzhf2012/article/details/8463783


key word :spring mvc 毫秒数转日期


maven android:

http://xuantan.iteye.com/blog/1766426

http://www.cnblogs.com/skyhacker/p/3515060.html


add archetype

http://stackoverflow.com/questions/6735562/using-maven-android-archetype-with-eclipse


maven整合到eclipse中的android项目遇到的几个问题及解决方法

http://blog.csdn.net/xijiaohuangcao/article/details/7902603


Android 4.4 源码下载

http://www.linuxidc.com/Linux/2011-09/43594.htm (终结版)

完成时间:2014.10.17.android 4.3.r1 android 2.3.4r1

源码下载总结:

1.全部依照上述,问题得以解决

http://source.android.com/source/downloading.html

http://jingyan.baidu.com/article/3c48dd34777079e10ae3585b.html

http://blog.163.com/zhou_411424/blog/static/1973621562012111782412775/

git相关

http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137583770360579bc4b458f044ce7afed3df579123eca000

http://blog.csdn.net/markddi/article/details/8289774 架设git服务器

http://www.tanhao.me/talk/1176.html

http://blog.163.com/clevertanglei900@126/blog/static/111352259201011655837986/

http://git-scm.com/book/zh/%E8%B5%B7%E6%AD%A5-%E5%88%9D%E6%AC%A1%E8%BF%90%E8%A1%8C-Git-%E5%89%8D%E7%9A%84%E9%85%8D%E7%BD%AE

http://blog.yutingzhao.com/post/2013-05-26/40050677237

user is not in the sudoers file. This incident will be reported

http://stackoverflow.com/questions/18623440/user-is-not-in-the-sudoers-file-this-incident-will-be-reported-cap-deploysetu

http://blog.sina.com.cn/s/blog_6c9bac050100wg9s.html


Activiti 相关内容

http://www.kafeitu.me/activiti/2012/08/04/resources-index-of-learn-activiti.html

http://blog.csdn.net/oyzl68/article/details/16817963

http://blog.csdn.net/aochuanguying/article/details/7594197 (驳回)

http://down.51cto.com/data/1788986


TypeError: $ is undefined

http://stackoverflow.com/questions/23475405/jquery-typeerror-is-undefined

load jquery first


ibatis在junit中初始化log4j,打印出sql语句

http://1284797296.iteye.com/blog/1541621

为了打出个sql语句搞了半天,后来参考了下http://ganlanshu.iteye.com/blog/339746这个帖子,终于搞定 
在log4j.properties加上 

Java代码     收藏代码  

  1. log4j.appender.stdout=org.apache.log4j.ConsoleAppender  

  2. log4j.appender.stdout.layout=org.apache.log4j.PatternLayout  

  3. log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - %m%n  

  4. log4j.logger.com.ibatis=debug,stdout  

  5. log4j.logger.com.ibatis.common.jdbc.SimpleDataSource=debug,stdout  

  6. log4j.logger.com.ibatis.common.jdbc.ScriptRunner=debug,stdout  

  7. log4j.logger.com.ibatis.sqlmap.engine.impl.SqlMapClientDelegate=debug,stdout  

  8. log4j.logger.java.sql.Connection=debug,stdout  

  9. log4j.logger.java.sql.Statement=debug,stdout  

  10. log4j.logger.java.sql.PreparedStatement=debug,stdout   




然后在单元测试方法中用 

Java代码    收藏代码

  1. PropertyConfigurator.configure(Test.class.getClassLoader().getResource("log4j.properties"));  


http://www.stavros.io/about/


TaskQuery例子:

http://blog.csdn.net/iflow/article/details/10513903 


android 源码下载中问题解决:

http://www.tuicool.com/articles/r2qyqa
 

http://www.2cto.com/kf/201208/146535.html
 

android 源码编译:

http://www.cnblogs.com/hoji-real/articles/2144892.html

http://blog.csdn.net/zzp16/article/details/6578344

http://blog.csdn.net/chenzhixin/article/details/6256404


axure bootstrap library

http://yun.baidu.com/wap/share/home?uk=251668473&third=0


flyway相关资料:非常轻量级的敏捷数据库迁移框架

http://www.jianshu.com/p/279f5bc52033

http://casheen.iteye.com/blog/1749916


cvc-complex-type.2.4.a: Invalid content was found starting with element 'display-name'.

解决:

http://stackoverflow.com/questions/16569876/web-xml-invalid-content-found-starting-with-element-javaee

discrete Fourier transform

http://www.fftw.org/

http://heikediguo2005.blog.163.com/blog/static/2211971201012101939247/

http://loveljc2000.blog.163.com/blog/static/189633518201152995324552/

http://tieba.baidu.com/p/2457130639?pn=1


How To Ask Questions The Smart Way

http://www.catb.org/~esr/faqs/smart-questions.html#translations (En)

http://www.beiww.com/doc/oss/smart-questions.html (Chinese)


Dynamic Web Module 3.1 requires Java 1.7 or newer.

http://blog.sina.com.cn/s/blog_537940930101fump.html

http://qussay.com/2013/09/13/solving-dynamic-web-module-3-0-requires-java-1-6-or-newer-in-maven-projects/



jdk all version

http://www.oracle.com/technetwork/java/archive-139210.html

6u45:http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase6-419409.html#jdk-6u45-oth-JPR

markdown syntax

http://wowubuntu.com/markdown/


http://www.ruanyifeng.com/blog/2012/08/blogging_with_jekyll.html


H2 database

http://key232323.iteye.com/blog/770651


git relative

warning: LF will be replaced by CRLF

http://blog.csdn.net/feng88724/article/details/11600375  

git config --global core.autocrlf true
 git config --global core.autocrlf input

http://www.laxjyj.com/view-htm-tid-164598-cid-49.html

http://blog.csdn.net/a695017449/article/details/26103761 (git remote & git push)


树莓派:

无显示器使用:

http://blog.csdn.net/lingyou37/article/details/23671687

无线网卡配置:

http://www.raspyfi.com/wi-fi-on-raspberry-pi-a-simple-guide/ (simple guide for newbie)

http://blog.sina.com.cn/s/blog_488a3b1e0101ajw0.html

http://blog.appdevp.com/archives/188


远程vnc连接

http://wanshili6.blog.163.com/blog/static/214953019201331853215473/


组建vpn

http://www.linuxidc.com/Linux/2014-05/102450.htm

http://www.linuxidc.com/Linux/2014-05/102450.htm

中文支持

http://www.linuxidc.com/Linux/2008-08/15016.htm

http://www.leiphone.com/news/201406/raspberry-pi-hands-on.html


http://www.kankanews.com/ICkengine/archives/97226.shtml   (远程控制)

http://www.guokr.com/blog/440031/ (开门君)

http://blog.wo.ai/archives/183 (vpn)

http://www.pfeng.org/archives/801 视频门禁系统

http://www.takobear.tw/201702608526356260322804024687/raspberry-pivpn-server (vpn)

http://blog.archean.me/2013/10/16/breaking-gfw-with-raspberry-pi/

http://blog.csdn.net/sonsie007/article/details/18942943 (aria2,较详细)

http://www.cnblogs.com/dvwei/archive/2013/05/19/3086994.html (aria2 下载)

Eng

official website: http://www.raspberrypi.org/

raspberry B+ product detail information

http://uk.rs-online.com/web/p/processor-microcontroller-development-kits/8111284/

下载机

http://blog.ghostry.cn/server/434.html (aria2 offline)

http://blog.163.com/qiuhongbang@126/blog/static/167917244201391264323954/

https://www.sinosky.org/use-raspberry-pi-and-aria2-to-make-low-power-download-machine.html

http://sandy.is-programmer.com/posts/36635.html

http://www.v2ex.com/t/121976

树莓派&Java

http://www.raspberrypi.org/oracle-java-on-raspberry-pi/

http://www.element14.com/community/community/raspberry-pi/raspberrypi_projects/blog/2014/05/02/tomcat-on-my-pi

raspberry pi setting JAVA_HOME

If you need to set JAVA_HOME it can be set by carrying out the following to your ~/.bashrc

nano ~/.bashrc

then add the following and save the changes

export JAVA_HOME="/usr/lib/jvm/jdk-7-oracle-armhf"
export PATH=$PATH:$JAVA_HOME/bin

http://devilqube.blogspot.com/2013/10/setting-raspberry-pis-javahome.html 

树莓派&tomcat&nginx

http://www.mkyong.com/nginx/nginx-apache-tomcat-configuration-example/

树莓派&PHP

http://www.raspipress.com/2014/06/tutorial-install-nginx-and-php-on-raspbian/

树莓派&GPIO

http://pi.gadgetoid.com/pinout/pin27_id_sd (没见过这么好的学习资料)

--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=

--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=

树莓派&vpn

http://www.linuxuser.co.uk/news/create-a-vpn-with-the-raspberry-pi

http://www.takobear.tw/201702608526356260322804024687/raspberry-pivpn-server

http://alphaloop.blogspot.com/2014/01/raspberry-pi-as-vpn-wireless-access.html

http://raspberrypihelp.net/tutorials/1-openvpn-server-tutorial


树莓派apt-get依赖解决 2015.2.12

问题描述:编译dos2unix 提示: msgfmt: command not found

msgfmt: command not found 解决: http://www.java123.net/v/543259.html 

http://forum.ubuntu.org.cn/viewtopic.php?t=382171 

sudo apt-get -f install

编译成功


Linux & OpenVpn

http://www.williamlong.info/archives/3814.html 

http://www.365mini.com/page/14.htm 

http://openvpn.ustc.edu.cn/ (这个可以参看一下,有助理解) 

http://bbs.csdn.net/topics/350147966 (按照这么试验,vpn互通)

--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=

--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=


树莓派&git

http://www.boydwang.com/2014/02/raspberry-pi-as-private-git-server/ 


aclocal-1.11: command not found

solution:

sudo apt-get install autotools-dev
sudo apt-get install automake


树莓派问题解决:

‍‍‍‍总是报错:

2014-10-26 23:40:28.586174 ERROR - [HttpListenCommand.cc:115]IPv4 RPC: failed to
 bind port 6800
Exception: [SocketCore.cc:310] errorCode=1 Failed to bind a socket, cause: Addre
ss already in use

简直没法用,人不跟着,就会停

solution:‍‍‍‍

http://lordamit.blogspot.com/2012/09/aria2c-enable-rpc-error-failed-to-bind.html

aria2c --daemon --disable-ipv6=true --conf-path=/home/pi/.aria2/aria2.conf

试试看咯

建议关掉aria2的log,没事一看居然都684M


不会不要紧,问题要找到窍门就快了


400 bad request tomcat

被整惨了

<option value="0"  selected="selected">请选择用户名</option>

option value是中文,任何提示没有直接报400 bad request。。。我日了人了


翻翻:

http://blog.sina.com.cn/s/blog_4c7777440101dvp0.html

http://www.dothinking.cn/ruan-jian-jing-pin-wu/luyouqi-chuanqiang.html


vpn无internet访问权限

你把"在远程网络上使用默认网关"这个选项选中试下!


putty支持中文

vim 文件时经常出现中文显示不了的现象。现找到解决方法:

打开putty主程序,选择window-〉Appearance-〉Font settings-〉Change...,选择Fixedsys字体,字符集选择CHINESE_GB2312。

在window-〉Appearance-〉Translation中,Received data assumed to be in which character set 中,把Use font encoding改为UTF-8.


maven

http://blog.sina.com.cn/s/blog_4b81125f01018kih.html



http://blog.csdn.net/likeaboy_fire/article/details/39577429 (搭建Maven私服

使maven2在下载依赖包的同时下载其源代码包的方法:

1. 使用maven命令:mvn dependency:sources 下载依赖包的源代码。

2. 使用参数: -DdownloadSources=true 下载源代码jar。 -DdownloadJavadocs=true 下载javadoc包。

mvn dependency:sources -DdownloadSources=true -DdownloadJavadocs=true

 

Eclipse

mvn -DdownloadSources=true -DdownloadJavadocs=true -DoutputDirectory=target/eclipse-classes eclipse:eclipse


maven antrun

Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-antrun-plugin:1.7:run

解决:

http://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin 

Linux

Linux下如何查看系统启动时间和运行时间

http://www.cnblogs.com/xd502djj/archive/2011/05/03/2035599.html

1.uptime命令
输出:16:11:40 up 59 days, 4:21, 2 users, load average: 0.00, 0.01, 0.00

2.查看/proc/uptime文件计算系统启动时间
cat /proc/uptime
输出: 5113396.94 575949.85
第一数字即是系统已运行的时间5113396.94 秒,运用系统工具date即可算出系统启动时间

  • 代码: 全选

  • date -d "$(awk -F. '{print $1}' /proc/uptime) second ago" +"%Y-%m-%d %H:%M:%S"


输出: 2008-11-09 11:50:31

3.查看/proc/uptime文件计算系统运行时间

  • 代码: 全选

  • cat /proc/uptime| awk -F. '{run_days=$1 / 86400;run_hour=($1 % 86400)/3600;run_minute=($1 % 3600)/60;run_second=$1 % 60;printf("系统已运行:%d天%d时%d分%d秒",run_days,run_hour,run_minute,run_second)}'


输出:系统已运行:59天4时13分9秒



jira故障一粒

访问时,仅提示fatal,让查看log

看了jira的log,无帮助

javax.management.InstanceAlreadyExistsException: com .atlassian.jira:name=BasicDataSource

查看tomcat日志

com.atlassian.jira.exception.DataAccessException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jiradb.ao_21d670_whitelist_rules' doesn't exist

查看表存在,

立刻怀疑是大小写导致的,修改my.cnf,restart mysqld,问题解决


https://confluence.atlassian.com/display/IDEPLUGIN/Working+with+JIRA+Issues+in+Eclipse



openvpn solution 


http://askubuntu.com/questions/104834/set-up-a-vpn-route-samba-over-it 


http://superuser.com/questions/502783/linux-openvpn-client-cannot-access-samba-on-local-lan (smb and vpn )


http://serverfault.com/questions/369393/pings-from-vpn-network-to-vpn-client-work-pings-into-from-vpn-client-to-vpn-net 

http://www.07net01.com/wlan/OpenVPNdeluyou_wufapingtongnawangIPdewentiyize_578296_1378624586.html (ping不通一粒解决)最有可能是解决问题的方法

http://bbs.chinaunix.net/forum.php?mod=viewthread&tid=1003322 (解决方法基本同上)

http://bbs.51cto.com/thread-969675-1.html

openvpn for win7

http://www.softown.cn/soft/openvpn/windows/2.3.0 (这里较为详细)

64bit http://pan.baidu.com/s/1o63CE3g


openvpn on raspberry pi is normal working 2014.10.26.Sun.

经验总结很重要,以便下次不会太花太多时间

0.互联网上的文章太多了,中文的英文的,如何配置不赘述了

1.安装openvpn

2.按照上述的文章配置好openvpn,至少vpn内部可以互相ping通,ok,进入下一步

3.其实说也so easy的,请看下述文章的结尾,那个很重要

http://www.cnblogs.com/vingi/articles/3089974.html

呵呵,要不是开源中国,真的不想把这些经验总结写这里,搞了好几天呢。md



参考内容:

http://www.clearcenter.com/support/documentation/clearos_guides/connecting_networks_with_openvpn 


openvpn慢解决

http://net.it168.com/a2008/0728/198/000000198707_1.shtml

http://blog.sina.com.cn/s/blog_6aa5503001015m3r.html 


http://blog.csdn.net/dog250/article/details/6975179  OpenVPN的高级路由技术-内部路由


Linux samba 

http://allanlee8.blog.163.com/blog/static/61444000201331210449882/


maven antrun

http://heipark.iteye.com/blog/1136998 配置切换


http://blog.csdn.net/qinjienj/article/details/6850664 使用DdlUtils和Ant进行不同数据库之间schema和data的转换



baidu yun sync

http://www.pcdvd.com.tw/printthread.php?t=1013898&page=12&pp=10 

其实应该详细的说明

将要下载的东西放到apps下的bypy中就可以了,我都以为没法用的,却突然发现是可以用的哎


Eclipse jee luna

Eclipse jee luna can't Define a new server

https://www.eclipse.org/forums/index.php/t/490005/

solution:

1. Close Eclipse
2. In {workspace-directory}/.metadata/.plugins/org.eclipse.core.runtime/.settings delete the following two files:
org.eclipse.wst.server.core.prefs
org.eclipse.jst.server.tomcat.core.prefs
3. Restart Eclipse


Tomcat 乱码

http://blog.csdn.net/xuguiyi100/article/details/10003759 


ArrayList实现分页

http://penghuaiyi.iteye.com/blog/1934538 


Banana PI 相关

http://www.07net01.com/2014/09/64454.html  

比树莓派配置好接地气的香蕉派上手初体验


http://www.lemaker.org/ (banana pi pro specification)

http://www.eeboard.com/bbs/thread-34523-1-1.html  (树莓 香蕉比较图)

http://www.lemaker.org/news/10-61/apply_for_banana_pi.html (香蕉官方)

http://www.it165.net/embed/html/201212/2162.html (Cubieboard试用手记

http://www.cnblogs.com/mahang/p/3323474.html  树莓派开机启动程序及启动脚本的制作



测试相关

http://www.ibm.com/developerworks/cn/java/j-lo-jtest/   使用 Jtest:一款优秀的 Java 代码优化和测试工具

http://sunqi.iteye.com/blog/807475 压力测试(性能测试)和性能调优实战---jmeter、jamon、jconsole


趣闻:

http://blog.sina.com.cn/s/blog_633219970100xazf.html 淘宝技术发展(个人网站)


数据库主从设置,性能提升

http://www.cnblogs.com/xiao-yu/archive/2011/06/14/2080842.html Linux下mysql主从配置


硬件接口比较

http://en.wikipedia.org/wiki/List_of_device_bit_rates#Peripheral 


数据安全问题:

http://www.dreamxu.com/raspberrypi-nas/ 


inspiron 14-3437 驱动 64bit

http://www.dell.com/support/home/cn/zh/cndhs1/product-support/product/inspiron-14-3437/drivers?~srd=true&sk=inspiron%203437&scat=sup 



android:

https://www.genymotion.com/#!/download

php ide

http://www.php100.com/html/plugin/dev/2014/1125/620.html


android 异常处理

http://www.cnblogs.com/draem0507/archive/2013/05/25/3099461.html


2015年资料/1月/31日/Ubuntu 14.04编译Android源码

http://linux.linuxidc.com/2015%E5%B9%B4%E8%B5%84%E6%96%99/1%E6%9C%88/31%E6%97%A5/Ubuntu%2014.04%E7%BC%96%E8%AF%91Android%E6%BA%90%E7%A0%81/


2014年资料/12月/15日/Object-C与Java通用的AES加密解密

http://linux.linuxidc.com/2014%E5%B9%B4%E8%B5%84%E6%96%99/12%E6%9C%88/15%E6%97%A5/Object-C%E4%B8%8EJava%E9%80%9A%E7%94%A8%E7%9A%84AES%E5%8A%A0%E5%AF%86%E8%A7%A3%E5%AF%86/

免费下载地址在 http://linux.linuxidc.com/

用户名与密码都是www.linuxidc.com


android studio 使用说明:http://blog.csdn.net/i_lovefish/article/details/12174835

Android Studio SDK 更新方法

http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2014/1118/2005.html


iOS编程规范

http://www.cnblogs.com/celestial/archive/2012/06/30/2571417.html 

http://www.cnblogs.com/pengyingh/articles/2405693.html 


接口安全:

http://www.tuicool.com/articles/jQJV3i 

http://www.zhihu.com/question/20634933 

http://www.reee.me/interface-signature-ca.html 

http://www.jb51.net/article/53567.htm 

http://blog.csdn.net/gebitan505/article/details/37927681 食物API接口免费开放-APP数据接口

http://my.oschina.net/dogstar/blog/363288?p=1#comments 


开源车牌识别系统

http://git.oschina.net/easypr/EasyPR

有android的内容



前端impress

http://www.cnblogs.com/Darren_code/archive/2013/01/04/impressjs.html 

http://onevcat.com/#blog 

raspberry pi B+ mac

  http://www.raspberrypi.org/documentation/installation/installing-images/mac.md 

BackTrack5无线密码破解WPAWPA2-PSK型无线密码

http://jingyan.baidu.com/album/adc815133812a1f722bf7377.html 

转载于:https://my.oschina.net/macleo/blog/297423

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值