无意中发现的..试用了一下,感觉还不错, 简单说一下怎样使用: 进入 http://code.taobao.org/project/explore/ 注冊完后依据提示新建项目,然后在本地随便新建一个文件夹,检出的时候输入在taocode上新建的项目的svn repo.这样就基本完毕了. 假设要导入别 ...
分类:
其他好文 时间:
2017-06-17 11:06:49
阅读次数:
195
LINUX 常用的压缩打包命令行: 1、常用压缩命令: tar -zcvf xx.tar.gz xx 例子:tar -zcvf xx-20170614.sql.tar.gz xx-20170614.sql 2、解压缩 tar -zxvf xx.tar.gz 3、把打包压缩过的文件从服务器上下载到本地 ...
分类:
系统相关 时间:
2017-06-14 18:17:09
阅读次数:
190
现在大部分的数据都是ul li 展示,一下提供方法 <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> ul{ overflow: hidden; } li{ widt ...
分类:
其他好文 时间:
2017-06-14 18:12:14
阅读次数:
180
/** * 上传其他永久素材(图片素材的上限为5000,其他类型为1000) * * @return * @throws Exception */ public static JSONObject addMaterialEver(String fileurl, String type, String... ...
分类:
微信 时间:
2017-06-14 12:59:46
阅读次数:
280
public class StringDemo{ private static final String MESSAGE="taobao"; public static void main(String [] args) { String a ="tao"+"bao"; String b="tao" ...
分类:
编程语言 时间:
2017-06-12 20:41:39
阅读次数:
286
一、写一个简单的缓存系统 二、对上面版本优化:写一个简单的缓存系统 三、求出现次数最多的那个字母及次数,如有多个重复的则都需显示出来 四、一个文本文件中约有10万多行的数据,每个数据占一行(数据为一个整数)。要求:统计出总行数,并找出出现次数最多的那个整数. 五、有N个人买可乐,每5空瓶送1瓶,问共 ...
分类:
其他好文 时间:
2017-06-08 10:46:23
阅读次数:
1003
@Servicepublic class ItemServiceImpl implements ItemService { @Autowired private TbItemMapper itemMapper; @Value("${REDIS_ITEM_KEY}") private String R ...
分类:
其他好文 时间:
2017-06-08 00:21:37
阅读次数:
218
1, 修改 npm 下载模块的 保存地址 <1> 进入 cmd 运行 npm config set prefix "新地址" npm config set cache "新地址-cache" <2> 修改 PATH 里的环境变量路径为: 新地址 2, 修改 下载仓库为淘宝镜像 npm config ...
分类:
其他好文 时间:
2017-06-07 17:06:16
阅读次数:
248
000-- to transfer the data into differnt format: binary, decimal, hexadecimal, octal Running result: By refering : a -- the difference between os._exi ...
分类:
编程语言 时间:
2017-06-07 00:40:56
阅读次数:
230