会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
oucaijun
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
20
21
22
23
24
25
26
27
28
···
43
下一页
2015年11月16日
sql:unix下的sql操作
摘要: 登陆: sqlplus user/passwd@SID
阅读全文
posted @ 2015-11-16 10:13 oucaijun
阅读(358)
评论(0)
推荐(0)
2015年11月13日
linux脚本: makefile以及链接库
摘要: Linux makefile 教程 非常详细,且易懂http://blog.csdn.net/liang13664759/article/details/1771246//sort.c#include #include void swap(int* a, int* b);int arry[5] = ...
阅读全文
posted @ 2015-11-13 14:15 oucaijun
阅读(727)
评论(0)
推荐(0)
unix shell: ksh fundamental(Korn Shell)
摘要: Korn Shell参考: ksh 学习http://bbs.chinaunix.net/thread-1749811-1-1.html1.语法特殊的文件/etc/profile 在登录时首先自动执行。$HOME/.profile 在登录时第二个自动执行。$ENV 在创建一个新的KShell时指定要...
阅读全文
posted @ 2015-11-13 11:20 oucaijun
阅读(461)
评论(0)
推荐(0)
2015年11月12日
linux c: core dump
摘要: 1. core dump文件系统设置http://www.cnblogs.com/no7dw/archive/2013/02/18/2915819.html编译时需要输入-g才会生成coredump文件:gcc -g -o test test.ccore文件的生成开关和大小限制:1)使用ulimit...
阅读全文
posted @ 2015-11-12 16:09 oucaijun
阅读(818)
评论(0)
推荐(0)
linux命令:scp
摘要: 有时候ftp被禁用了, 就用scp替代;命令行: scp from to_user@to_ip:dir_to/file_name执行该命令之后,按照提示输入to_host的登陆密码即可.scp dir_from/file_name ocean@ip_addr:dir_to/file_name
阅读全文
posted @ 2015-11-12 15:36 oucaijun
阅读(232)
评论(0)
推荐(0)
Eclipse更改默认工作目录的方法
摘要: 参考:Eclipse更改默认工作目录的方法:http://blog.163.com/take_make/blog/static/208212210201272611406227/ 用记事本打开"X:\eclipse\configuration\.settings\org.eclipse.ui.id...
阅读全文
posted @ 2015-11-12 10:50 oucaijun
阅读(438)
评论(0)
推荐(0)
2015年11月11日
linux: 可重入函数与不可重入函数
摘要: 1. 可重入函数与线程安全 摘自 多线程和多进程的区别(小结) http://blog.csdn.net/hairetz/article/details/4281931 要确保函数线程安全,主要需要考虑的是线程之间的共享变量。 属于同一进程的不同线程会共享进程内存空间中的全局区和堆,而私有的线程空间
阅读全文
posted @ 2015-11-11 18:19 oucaijun
阅读(3547)
评论(0)
推荐(0)
linux环境 :Linux 共享库LIBRARY_PATH, LD_LIBRARY_PATH 与ld.so.conf
摘要: 参考:1.Linux 共享库:LD_LIBRARY_PATH 与ld.so.confLinux环境变量名,该环境变量主要用于指定查找共享库(动态链接库)时除了默认路径之外的其他路径。(该路径在默认路径之前查找) 移植程序时的经常碰到需要使用一些特定的动态库,而这些编译好的动态库放在我们自己建立的目...
阅读全文
posted @ 2015-11-11 10:50 oucaijun
阅读(7315)
评论(0)
推荐(0)
linux命令:Linux命令大全
摘要: Linux命令大全 http://man.linuxde.net/
阅读全文
posted @ 2015-11-11 10:16 oucaijun
阅读(198)
评论(0)
推荐(0)
linux环境: shell初始化文件, for TCSH, CSH
摘要: TCSHELL, CSHELL配置文件全局配置文件 /etc/csh.cshrc个人配置文件 ~/.cshrc或~/.tcshrc参考:1.配置你的csh/tcsh, https://wiki.freebsdchina.org/howto/c/config_your_csh2.我的.cshrc常用设...
阅读全文
posted @ 2015-11-11 09:49 oucaijun
阅读(2629)
评论(0)
推荐(0)
上一页
1
···
20
21
22
23
24
25
26
27
28
···
43
下一页
公告
下载TeamViewer