转载自:雨水:http://blog.csdn.net/gobitan/article/details/24367439基于Ubuntu 14.04
LTS编译Android4.4.2源代码 Dennis Hu 2014-4-21环境准备:基本环境:ubuntu-14.04-desktop-64b....
分类:
移动开发 时间:
2014-06-16 09:15:25
阅读次数:
297
MySQL大批量插入数据1. 对于Myisam类型的表,可以通过以下方式快速的导入大量的数据。
ALTER TABLE tblname DISABLE KEYS; loading the data ALTER TABLE tblname ENABLE
KEYS; 这两个命令用来打开或者关闭Myisa...
分类:
数据库 时间:
2014-06-10 20:48:02
阅读次数:
283
1. 汉化代码里的资源
virtviewer使用的是gettex的方案是标准的linux里国际化的方案。按道理只需要修改virtualviewer/po/zh_CN.po的文件。编译。
然后确认在代码里设置好正确的locale,绑定好正确的textdomain就可以了。
查看irtviewer的代码,在 virt-viewer-util.c里的virt_viewer_util_ini有相应的...
在网上找到解决方案:SolutionEnable RDP security layer in
Group Policy on the machine:Verify that the firewall allows remote desktop
connections with RDP (Port 3...
管理和操作PDF的工具。PDF Desktop Converter 4 Professional可以生成,转换,提取,组合,分割合并PDF。新增加的OCR功能可以将扫描后的文件转变成可以检索和编辑的PDF。以上这些功能只需要一个软件就可以全部实现。...
分类:
其他好文 时间:
2014-06-10 06:06:11
阅读次数:
296
From:http://www.frostsky.com/2013/03/linux-performance-analysis-tool?wpmp_switcher=desktop前段时间看到brendangregg的
Linux Performance Analysis and Tools PPT...
分类:
系统相关 时间:
2014-06-09 17:10:01
阅读次数:
315
打开PHP.INI,找到这行:disable_functions
=在后面那里加上要禁用的函数,如禁用多个函数,要用半角逗号 , 分开 给个例子:disable_functions =
passthru,exec,system,popen,chroot,scandir,chgrp,chown,esc...
分类:
Web程序 时间:
2014-06-09 16:39:20
阅读次数:
487
有时候只有Ubuntu server,有时候Ubuntu
Desktop不能自动挂载U盘。这个时候需要一些命令:1.在插入U盘前和插入U盘后,都输入同一个命令,检查多了哪个盘cat
/proc/partitions这里我发现多了 8 16 7827424 sdb 8 17 7825423 sdb1s...
分类:
其他好文 时间:
2014-06-08 23:17:04
阅读次数:
298
进入Ubuntu的默认安装的桌面后打开终端,输入
sudo apt-get install kubuntu-desktop
回车后输入密码
接下来提示下载KDE需要多少空间,解压后需要多少空间,询问是否安装,输入 Y 或 N;
输入Y后则开始下载安装了,下载KDE大约要100多MB,需要很长的时间;如果觉得一次安装时间太长也没关系,Ubuntu提供了断点续传,你可以...
分类:
其他好文 时间:
2014-06-08 05:28:27
阅读次数:
302
问题:
在Visual C++ 6.0 下面运行正常的代码放到Visual Studio 20xx系列里就跑不动了,有时候会提示如下错误:
error C4996: 'fopen': This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT...
分类:
其他好文 时间:
2014-06-08 03:17:14
阅读次数:
227