在Fedora下安装了一个MySQL Workbench,运行,连接数据库,在Store in Keychain时出现了gnome-keyring-daemon错误,不能保存密码,也就连不上数据库。解决的办法是编辑/usr/bin/mysql-workbench,将# WB_NO_GNOME_KEY...
分类:
数据库 时间:
2014-08-05 11:04:29
阅读次数:
272
web敏捷开发 p317depot > ruby script/console>>rs = ActionController::Routing::routes可以简单测试比如>>puts rs.routes>>rs.recognize_path "/store">>rs.generate :cont...
分类:
其他好文 时间:
2014-08-05 00:31:58
阅读次数:
252
http://developer.android.com/guide/topics/media/exoplayer.html前言:Playing videos and music is a popular activity on Android devices. The Android framew...
分类:
移动开发 时间:
2014-08-04 17:22:37
阅读次数:
764
重新想象 Windows 8.1 Store Apps 之通信的新特性: 新的 HttpClient, http get string, http get stream, http post string, http post stream
分类:
移动开发 时间:
2014-08-04 10:30:07
阅读次数:
309
在图论中涉及到了图存储相关的方案,但它们是怎么来的?按照自己的理解,尝试着分析了关于图存储的发展史。不一定完全正确,仅供参考。...
分类:
其他好文 时间:
2014-08-03 12:47:45
阅读次数:
246
当用户搜索到App的时候,一般都会先看截图,如果截图效果不好,可能用户就不会下载。 不想自己辛苦写的认为还不错的软件,因为截图的原因,而降低了很多下载量吧。轻轻松松做出这样高大上的截屏效果来。Screenshot Maker Pro(iOS – Free to Try)Promotee(OSX...
分类:
移动开发 时间:
2014-08-02 18:10:43
阅读次数:
322
Given n, how many structurally unique BST's (binary search trees) that store values 1...n?
For example,
Given n = 3, there are a total of 5 unique BST's.
1 3 3 2 1
\ ...
分类:
其他好文 时间:
2014-08-02 15:34:34
阅读次数:
221
$("#music_up").bind("click",showData());$("#music_up").bind("click",showRe());$("#music_up").bind("click",function(){ showData(); ...
分类:
Web程序 时间:
2014-08-02 12:15:03
阅读次数:
372
在ubuntu linux 中编写一个自己的简单的bash脚本。实现功能:终端中输入简单的命令(以pmpy为例(play music python),为了区别之前说的bash脚本添加了py后缀),来实现音乐的播放。注:本人ununut中安装了audacious,所以就以audacious为例,来实现...
分类:
编程语言 时间:
2014-08-02 09:57:53
阅读次数:
264
3.1 在上面显示的页面中,大家可以看到左边的导航没有菜单选项,因此就不够名副其实了,下面我们添加树形菜单还是在视图中创建Mymenutree.js,代码如下:store=Ext.create('Ext.data.TreeStore', { defaultRoodId:'root', root...
分类:
Web程序 时间:
2014-08-01 18:34:22
阅读次数:
233