参考这个 :我可否在 64-bit Linux 运行 Navicat?
推荐navicat wiki
我当时的ubuntu内核是
输入以下命令:
64-bit Ubuntu 13.10 或以上
sudo apt-get update
sudo apt-get install libfreetype6:i386
sudo apt-get install li...
分类:
系统相关 时间:
2014-10-08 01:55:54
阅读次数:
600
I Hate ItTime Limit: 3000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:175464-bit integer IO format:%I64d Java class name:Main...
分类:
其他好文 时间:
2014-10-07 23:12:54
阅读次数:
230
敌兵布阵Time Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:116664-bit integer IO format:%I64d Java class name:MainC国的死对...
分类:
其他好文 时间:
2014-10-07 22:04:14
阅读次数:
257
C. Robot
Time Limit: 3000ms
Case Time Limit: 3000ms
Memory Limit: 262144KB
64-bit integer IO format: %lld Java class name: Main
Submit Status PID:
36000
Font Size:
+
-
...
分类:
其他好文 时间:
2014-10-07 20:39:43
阅读次数:
271
根据OpenGL蓝宝书(OpenGL超级宝典)来入门,写的比较细,易懂,这里给我贴代码和记录零碎的事儿用第一个代码 1 #include 2 3 void RenderScene(void) 4 { 5 glClear(GL_COLOR_BUFFER_BIT); 6 glFlus...
分类:
其他好文 时间:
2014-10-07 20:21:53
阅读次数:
174
B. An Easy Task
Time Limit: 1000ms
Case Time Limit: 1000ms
Memory Limit: 65536KB
64-bit integer IO format: %lld Java class name: Main
Submit Status PID:
35999
Font Size:
+
...
分类:
其他好文 时间:
2014-10-07 19:32:13
阅读次数:
272
HDU 4421 Bit Magic (图论-2SAT)
题目大意:
给你b[i][j],问你a[i]是否冲突?
解题思路:
对于a[i]的每一位根据 d[i][j] 进行2at...
分类:
其他好文 时间:
2014-10-07 17:50:23
阅读次数:
193
Writing-a-Kernel-in-C++Write a Kernel in C++ToolsExamples will show hot to use :-GJGPP - a complete 32-bit C/C++ development system for INtel 80386(an...
分类:
编程语言 时间:
2014-10-07 04:15:53
阅读次数:
294
问题出现:[root@bogon~]#yum-yinstallscreenLoadedplugins:fastestmirrorLoadingmirrorspeedsfromcachedhostfile*base:mirror.bit.edu.cn*extras:mirror.bit.edu.cn*updates:mirror.bit.edu.cnError:databasediskp_w_picpathismalformed解决办法:[root@bogon~]#yumcleandbcac..
分类:
数据库 时间:
2014-10-07 00:53:01
阅读次数:
251
SQLAlchemy报ProgrammingError:Youmustnotuse8-bitbytestringsunlessyouuseatext_factorythatcaninterpret8-bitbytestrings错误python2.x中最讨厌的就是编码问题了,写下来以备后用。解决方法:1.开头加上:#encoding:utf-82.尝试把字符转化为unicode格式unicode(str_name)这种..
分类:
数据库 时间:
2014-10-06 15:55:40
阅读次数:
898