#使用Pycharm的一些笔记 我在Mac下使用的,所以以下的操作都是在Mac下进行的。不定期更新 ##自动换行 选择Pycharm菜单Perferences-Editor-General,在右侧勾选 Use soft wraps in editor 参考:[大家用什么edito...
分类:
其他好文 时间:
2015-06-03 23:38:35
阅读次数:
759
http://my.oschina.net/jgy/blog/125503
拷贝mavne安装目录conf下面的settings.xml到用户主目录下
修改改文件
F:/Maven/repository
改变本地maven仓库的路径
| Specifies a repository mirror site to use instead of a given...
分类:
其他好文 时间:
2015-06-03 23:32:54
阅读次数:
199
1. svg should use 'fill' prop instead 'background-color'2. svg width & height no need 'px'3. attr(function(data_val, index){})4. create svg, d3.select...
分类:
其他好文 时间:
2015-06-03 23:17:59
阅读次数:
177
# d3.max```js var xScale = d3.scale.ordinal() .domain(dataset) .rangeBands([0,w],0.3, 0.1);```### use:```js .attr('width',...
分类:
其他好文 时间:
2015-06-03 23:17:45
阅读次数:
236
zmalloc.h
/* zmalloc - total amount of allocated memory aware version of malloc()
*
* Copyright (c) 2009-2010, Salvatore Sanfilippo
* All rights reserved.
*
* Redistribution and use in source a...
分类:
其他好文 时间:
2015-06-03 21:42:37
阅读次数:
251
成功运行起来mongo之后,进入了命令行模式,mongo默认会选择test数据库1. 使用db命令打印出来当前选定的数据库: > db test 2. 使用show dbs 命令可以打印出数据库列表 > show dbs local 0.078GB3. 使用use [dbname] 可...
分类:
数据库 时间:
2015-06-03 19:16:22
阅读次数:
145
经常打开别人的工程,发现layout里面使用了一些第三方的自定义控件,Graphical Layout标签里是无法预览页面的,抛出一些异常:对于提示Tip: Use View.isInEditMode() in your custom views to skip code when shown in...
分类:
移动开发 时间:
2015-06-03 17:28:25
阅读次数:
1186
SQL2008清空删除日志:'在SQL2008中清除日志就必须在简单模式下进行,等清除动作完毕再调回到完全模式。----------------------------------------------------------------USE [master]GOALTER DATABASE 数...
分类:
数据库 时间:
2015-06-03 15:37:24
阅读次数:
155
USE [master]GOALTER DATABASE F360DW SET RECOVERY SIMPLE WITH NO_WAITGOALTER DATABASE F360DW SET RECOVERY SIMPLE --简单模式GOUSE F360DWGODBCC SHRINKFILE (N...
分类:
数据库 时间:
2015-06-03 15:14:17
阅读次数:
171
What Are You Talking About点我Problem DescriptionIgnatius is so lucky that he met a Martian yesterday. But he didn't know the language the Martians use....
分类:
其他好文 时间:
2015-06-03 13:34:04
阅读次数:
210