首页 > 2015年10月17日 > 全部分享
网络安全与维护
分类:其他   时间:2015-10-17 02:01:19    收藏:0  评论:0  赞:0  阅读:242
手贱rm -rf /path/之后,可以这样来
How?to?recover?files?I?deleted?now?by?running?rm?*??[duplicate] This?question?already?has?an?answer?here: Recovering?accidentally?deleted?files?7?answers By?mistake?I?ran...
分类:其他   时间:2015-10-17 01:53:45    收藏:0  评论:0  赞:0  阅读:405
Intellij IDEA 快捷键
Alt+回车 导入包,自动修正? Ctrl+N?? 查找类? Ctrl+Shift+N 查找文件? Ctrl+Alt+L? 格式化代码 Ctrl+Alt+O 优化导入的类和包? Alt+Insert 生成代码(如get,set方法,构造函数等)? Ctrl+E或者Alt+Shift+C? ...
分类:其他   时间:2015-10-17 01:53:16    收藏:0  评论:0  赞:0  阅读:370
Shiro系列之Shiro+Mysql实现用户认证(Authentication)
网上大多数介绍Apache Shiro的资料都是使用ini文件的简单配置为例,很少用讲到如何配合数据库来实现用户认证的。我也是刚刚开始接触Shiro,在这里介绍一个入门级别的Shiro+Mysql的配置方法,这个方法仅仅是个开始,并没有和Web,Spring,Mybatis等框架进行整合,后续我还会继续和大家分享我的学习过程及心得。 now we can start the things that...
分类:数据库技术   时间:2015-10-17 01:52:05    收藏:0  评论:0  赞:0  阅读:329
LeetCode -- Palindrome Partitioning
LeetCode -- Palindrome Partitioning...
分类:其他   时间:2015-10-17 01:51:54    收藏:0  评论:0  赞:0  阅读:237
LeetCode -- Pow(x, n)
LeetCode -- Pow(x, n)...
分类:其他   时间:2015-10-17 01:51:45    收藏:0  评论:0  赞:0  阅读:246
LeetCode -- Jump Game
LeetCode -- Jump Game...
分类:其他   时间:2015-10-17 01:51:34    收藏:0  评论:0  赞:0  阅读:199
LeetCode -- Binary Tree Preorder Traversal
LeetCode -- Binary Tree Preorder Traversal...
分类:其他   时间:2015-10-17 01:51:24    收藏:0  评论:0  赞:0  阅读:250
LeetCode -- Convert Sorted Array to Binary Search Tree
LeetCode -- Convert Sorted Array to Binary Search Tree...
分类:其他   时间:2015-10-17 01:51:15    收藏:0  评论:0  赞:0  阅读:261
LeetCode -- Climbing Stairs
LeetCode -- Climbing Stairs...
分类:其他   时间:2015-10-17 01:51:04    收藏:0  评论:0  赞:0  阅读:289
LeetCode -- Best Time to Buy and Sell Stock
LeetCode -- Best Time to Buy and Sell Stock...
分类:其他   时间:2015-10-17 01:50:54    收藏:0  评论:0  赞:0  阅读:248
LeetCode -- Validate Binary Search Tree
LeetCode -- Validate Binary Search Tree...
分类:其他   时间:2015-10-17 01:50:45    收藏:0  评论:0  赞:0  阅读:276
LeetCode -- Evaluate Reverse Polish Notation
LeetCode -- Evaluate Reverse Polish Notation...
分类:其他   时间:2015-10-17 01:50:34    收藏:0  评论:0  赞:0  阅读:311
LeetCode -- Rectangle Area
LeetCode -- Rectangle Area...
分类:其他   时间:2015-10-17 01:50:24    收藏:0  评论:0  赞:0  阅读:194
git基本命令--status, diff, commit, log
git status: git status命令的输出十分详细,但其用语有些繁琐。 如果你使用git status -s命令或git status --short命令,你将得到一种更为紧凑的格式输出: $ git status -s M READMEMM RakefileA lib/git.r...
分类:其他   时间:2015-10-17 01:49:54    收藏:0  评论:0  赞:0  阅读:327
黑技术之把08年的姥爷本刷成高大上的安卓机
点击写入。将U盘中syslinux文件夹下的syslinux.cfg的default vesamenu.c32改为# default vesamenu.c32即把这行注释掉即可。将制作好的U盘插入姥爷本。姥爷本选择从USB设备启动。提示boot:输入install然后就是安卓刷机的界面。注意 姥爷本...
分类:移动平台   时间:2015-10-17 01:49:34    收藏:0  评论:0  赞:0  阅读:245
git基本命令--tag, alias,
git tag:列出标签 在 Git 中列出已有的标签是非常简单直观的。 只需要输入git tag:$ git tagv0.1v1.3 这个命令以字母顺序列出标签;但是它们出现的顺序并不重要。 你也可以使用特定的模式查找标签。 例如,Git 自身的源代码仓库包含标签的数量超过 500 个。 如...
分类:其他   时间:2015-10-17 01:49:24    收藏:0  评论:0  赞:0  阅读:334
关于Mysql数据库的注意点
1.注意属性为String的数据在JDBC操作语句中要加单引号例子:conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/sounds","root", "root"); stmt = conn.createStat...
分类:数据库技术   时间:2015-10-17 01:49:15    收藏:0  评论:0  赞:0  阅读:291
Leetcode Flip Game II
You are playing the following Flip Game with your friend: Given a string that contains only these two characters:+and-, you and your friend take turns...
分类:其他   时间:2015-10-17 01:49:04    收藏:0  评论:0  赞:1  阅读:3214
git安装后配置
安装git后需要配置一下环境,每台计算机上只需要配置一次,程序升级时会保留配置信息。 你可以在任何时候再次通过运行命令来修改它们。通过git config命令来配置环境变量,这些变量存储在三个不同的位置:/etc/gitconfig 文件: 包含系统上每一个用户及他们仓库的通用配置。 使用带有 --...
分类:其他   时间:2015-10-17 01:48:54    收藏:0  评论:0  赞:0  阅读:223
1306条   上一页 1 ... 59 60 61 62 63 ... 66 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!