码迷,mamicode.com
首页 >  
搜索关键字:open failed    ( 31328个结果
动态链接库找不到 : error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such file or directory
问题:运行gsl(GNU scientific Library)的函数库,用gcc erf.c -I/usr/local/include -L/usr/local/lib64 -L/usr/local/lib -g -Wall --std=gnu99 -lgsl -lgslcblas -o m.o编...
分类:其他好文   时间:2014-07-22 22:54:54    阅读次数:591
第三方应用分享到微信朋友圈功能
分享自http://blog.csdn.net/qianfu111/article/details/9115303最权威的学习资料还是要去看官网,以及官网提供的Demo,基本上你是可以直接拿来使用的,这是官网网站:http://open.weixin.qq.com/。 在微信分享中主要碰到了如...
分类:微信   时间:2014-07-19 20:23:02    阅读次数:477
android PopupWindow实现从底部弹出或滑出选择菜单或窗口
android PopupWindow实现从底部弹出或滑出选择菜单或窗口http://www.open-open.com/lib/view/open1379383271818.htmlhttp://blog.csdn.net/centralperk/article/details/7494441
分类:移动开发   时间:2014-07-19 19:17:59    阅读次数:250
Error 20002 (severity 9):Adaptive Server connection failed
环境:Ubuntu12.10_x64问题:用tsql访问SQL Server>> tsql -H 192.168.88.133 -p 1433 U saError 20002 (severity 9):Adaptive Server connection failed解决:查看TDS version...
分类:其他好文   时间:2014-07-17 00:13:08    阅读次数:845
安装MySQL-python报错error: command 'gcc' failed with exit status 1
[root@vmoffice-7MySQL-python-1.2.3]#pythonsetup.pyinstallfunction)...._mysql.c:133:error:‘ER_SYNTAX_ERROR’undeclared(firstuseinthisfunction)_mysql.c:380:error:‘_mysql_ConnectionObject’hasnomembernamed‘connection’_mysql.c:382:warning:implicitdeclaratio..
分类:数据库   时间:2014-07-16 16:40:35    阅读次数:377
sublime搜索和替换-单文件搜索
Searching To open the search panel for the active file, press Ctrl + F. Someoptions and actions available through this panel can be controlled from thekeyboard: Toggle Regular Expression...
分类:其他好文   时间:2014-07-16 16:32:20    阅读次数:187
sublime搜索和替换--多文件搜索替换
Search and Replace - Multiple Files Searching To open the search panel for files, press Ctrl + Shift + F. You can use thekeyboard to control some search panel options and search actions: ...
分类:其他好文   时间:2014-07-16 16:17:14    阅读次数:212
c# 通过解析mp3规范命名并上传服务器
引用using Shell32; private void Open_Click(object sender, RoutedEventArgs e) { OpenFileDialog ofd = new OpenFileDialog(); ...
分类:其他好文   时间:2014-07-16 16:13:10    阅读次数:210
NGUI Font
打开 Font Maker:NGUI->Open->Font Maker类型:Generated Bitmap最后将生成一个 prefab。这个 prefab 包含一个 UIFont 的脚本。UIFont 与 UIAtlas 的关系UIFont 使用了 UIAtlas 中的某个 Sprite。生成 ...
分类:其他好文   时间:2014-07-16 15:09:20    阅读次数:248
vim命令详解
文件命令打开单个文件vim file同时打开多个文件vim file1 file2 file3 ...在vim窗口中打开一个新文件:open file在新窗口中打开文件:split file切换到下一个文件:bn切换到上一个文件:bp查看当前打开的文件列表,当前正在编辑的文件会用[]括起来。:arg...
分类:其他好文   时间:2014-07-16 15:04:27    阅读次数:230
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!