上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 89 下一页
摘要: https://crackstation.net/hashing-security.htm http://blog.jobbole.com/61872/ 本文由 伯乐在线 - 蒋生武 翻译。未经许可,禁止转载!英文出处:Crackstation。欢迎加入翻译小组。 如果你是Web开发者,你很可能需要 阅读全文
posted @ 2015-05-03 23:00 微信公众号--共鸣圈 阅读(7383) 评论(0) 推荐(0) 编辑
摘要: java -cp h2-1.4.187.jar org.h2.tools.Shell -url jdbc:h2:file:~/.h2/hzhssh -user sa如果有个数据库的文件名为:hzhssh.h2.db,则数据库的名字即为 hzhssh,而不是hzhssh.h2.db。帮助:http:/... 阅读全文
posted @ 2015-05-02 20:35 微信公众号--共鸣圈 阅读(258) 评论(0) 推荐(0) 编辑
摘要: In this tutorial we will see about debugging java applications using Eclipse. Debugging helps us to identify and fix defects in the application. We wi... 阅读全文
posted @ 2015-05-02 10:35 微信公众号--共鸣圈 阅读(208) 评论(0) 推荐(0) 编辑
摘要: https://help.ubuntu.com/community/MacBookProDetermine your hardware revisionTo determine which version / generation of MacBook Pro you have, you have ... 阅读全文
posted @ 2015-04-30 16:18 微信公众号--共鸣圈 阅读(2413) 评论(0) 推荐(0) 编辑
摘要: http://www.oschina.net/question/12_70799在这篇文章中,我想向您展示 IntelliJ IDEA 中最棒的 20 个代码自动完成的特性,可让 Java 编码变得更加高效。对任何集成开发环境来说,代码的自动完成都是最最重要的一项功能,它根据你输入的内容进行预判并帮... 阅读全文
posted @ 2015-04-30 11:37 微信公众号--共鸣圈 阅读(398) 评论(0) 推荐(0) 编辑
摘要: mvnDebug tomcat:run 这条命令主要用来远程测试,它会监听远程测试用的8000端口,在eclipse里打开远程测试后,它就会跑起来了,设断点,调试,一切都是这么简单。0、如果是maven项目,先利用mvn eclipse:eclipse 将maven项目转换为eclipse项目,然后... 阅读全文
posted @ 2015-04-30 11:03 微信公众号--共鸣圈 阅读(520) 评论(0) 推荐(0) 编辑
摘要: https://www.adayinthelifeof.nl/2010/12/04/about-using-utf-8-fields-in-mysql/I sometimes hear: “make everything utf-8 in your database, and all will be... 阅读全文
posted @ 2015-04-30 07:24 微信公众号--共鸣圈 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 1. mvn help:describe 你是否因为记不清某个插件有哪些goal而痛苦过,你是否因为想不起某个goal有哪些参数而苦恼,那就试试这个命令吧,它会告诉你一切的. 参数: 1. -Dplugin=pluginName 2. -Dgoal(或-Dmojo)=goalName:与-Dplug 阅读全文
posted @ 2015-04-29 17:08 微信公众号--共鸣圈 阅读(728) 评论(0) 推荐(0) 编辑
摘要: 可以使用$mvnarchetype:generate-DarchetypeCatalog=internalarchetypeCatalog表示插件使用的archetype元数据,默认值为remote,local,即中央仓库archetype元数据(http://repo1.maven.org/mav... 阅读全文
posted @ 2015-04-29 16:33 微信公众号--共鸣圈 阅读(844) 评论(0) 推荐(0) 编辑
摘要: ndk-build命令行参数 1、ndk-build NDK_LOG=1 用于配置LOG级别,打印ndk编译时的详细输出信息 2、ndk-build NDK_PROJECT_PATH=. 指定NDK编译的代码路径为当前目录,如果不配置,则必须把工程代码放到Android工程的jni目录下 3、ndk 阅读全文
posted @ 2015-04-24 09:12 微信公众号--共鸣圈 阅读(397) 评论(0) 推荐(0) 编辑
上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 89 下一页