断弯刀

导航

上一页 1 ··· 6 7 8 9 10 11 12 13 下一页

2018年10月1日 #

git命令图片

摘要: 阅读全文

posted @ 2018-10-01 09:18 断弯刀 阅读(136) 评论(0) 推荐(0) 编辑

2018年9月29日 #

电脑购买参数配置

摘要: 2016/10 华硕FL5900U6500 Intel 酷睿i7 6500U 独立显卡 NVIDIA GeForce 940M 15.6英寸 FHD,LED背光 100V-240V 65W 自适应交流电源适配器 2芯锂电池 功耗 15W 2.3Kg 长度382mm 宽度258mm 高度25.5mm 阅读全文

posted @ 2018-09-29 12:58 断弯刀 阅读(732) 评论(0) 推荐(0) 编辑

2018年9月25日 #

git命令

摘要: 基础命令 git diff 比较的是工作区和暂存区的差别 git diff --cached 比较的是暂存区和版本库的差别 git diff HEAD 可以查看工作区和版本库的差别 $ git init $ git clone git@github.com:duanwandao/test001(项目 阅读全文

posted @ 2018-09-25 21:11 断弯刀 阅读(239) 评论(0) 推荐(0) 编辑

2018年9月21日 #

Linux安装初始化

摘要: 鸟哥的Linux 私房菜 Linux常用命令大全 http://www.cnblogs.com/yjd_hycf_space/p/7730690.html 安装看锋哥教程 可能最后网卡出错 修改网络适配器 桥接模式- -> NAT模式 桥接模式是会直接连到外部局域网,问题在于当把网线拔掉的时候网就断 阅读全文

posted @ 2018-09-21 15:54 断弯刀 阅读(212) 评论(0) 推荐(0) 编辑

2018年9月17日 #

电影TS、TC、BD版和HD版

摘要: HD的意思是指HDTV,HDTV指网上下载的高清影片,它的画面品质会比BD稍差,主要表现为亮度不足,色彩不自然等。BD是指蓝光(Blu-ray)或称蓝光盘(Blu-ray Disc,缩写为BD),目前为止,蓝光是最先进应用最广泛的大容量光碟格式,是指直接通过蓝光片源录制的,画面品质比HD和WEB-D 阅读全文

posted @ 2018-09-17 10:07 断弯刀 阅读(5996) 评论(0) 推荐(0) 编辑

2018年9月16日 #

eclipse 自动生成json格式的toString()方法

摘要: 文本代码 阅读全文

posted @ 2018-09-16 10:35 断弯刀 阅读(1670) 评论(0) 推荐(0) 编辑

2018年9月15日 #

富文本编辑器-UEditor

摘要: 官方网址:http://ueditor.baidu.com/website/index.html 下载地址:http://ueditor.baidu.com/website/download.html 1.在使用页面正确导入UEditor的js文件 在这里要注意,config.js文件应该在前。 2 阅读全文

posted @ 2018-09-15 10:56 断弯刀 阅读(3188) 评论(0) 推荐(0) 编辑

2018年9月11日 #

lucene教程--全文检索技术

摘要: 1 Lucene 示例代码 https://blog.csdn.net/qzqanzc/article/details/80916430 2 Lucene 实例教程(一)初识Lucene https://blog.csdn.net/chenghui0317/article/details/10052 阅读全文

posted @ 2018-09-11 19:49 断弯刀 阅读(304) 评论(0) 推荐(0) 编辑

FileOperator 文件(夹)操作类

摘要: public class FileOperator { /** * 复制文件目录 * @param srcDir 要复制的源目录 eg:/mnt/sdcard/DB * @param destDir 复制到的目标目录 eg:/mnt/sdcard/db/ * @return */ public static boolean co... 阅读全文

posted @ 2018-09-11 08:25 断弯刀 阅读(2238) 评论(0) 推荐(0) 编辑

2018年9月7日 #

根据class操作div显示与隐藏

摘要: 测试 $(function(){ var otherComment = document.getElementsByClassName("otherComment");//获取到的是一个类数组 for(var i=0;i<otherComment.lengt... 阅读全文

posted @ 2018-09-07 10:59 断弯刀 阅读(5609) 评论(0) 推荐(1) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 下一页