上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 24 下一页
摘要: Bookmarks Bookmarks 书签栏 菜鸟教程 菜鸟教程 - 学的不仅是技术,更是梦想!菜鸟工具 - 不止于工具JSON 在线解析 | 菜鸟工具CST实验报告管理系统 postgresql PostgreSQL新手入门 - 阮一峰的网络日志5.4 使用PostgreSQL数据库 - [ G 阅读全文
posted @ 2017-05-06 01:32 cdongyang 阅读(306) 评论(0) 推荐(0)
摘要: Xen、OpenVZ、KVM三大VPS技术优劣势详解 阅读全文
posted @ 2017-05-06 01:31 cdongyang 阅读(107) 评论(0) 推荐(0)
摘要: 1 #include <stdio.h> 2 #include <pthread.h> 3 #include <semaphore.h> 4 #include <unistd.h> 5 #define MAXSTACK 100 6 int stack[MAXSTACK][2]; 7 int size 阅读全文
posted @ 2017-05-06 00:01 cdongyang 阅读(2763) 评论(0) 推荐(0)
摘要: 内网: ssh -CfNg -R 2222:127.0.0.1:22 dy@120.25.208.100 公网: ssh -CfNg -L 8080:127.0.0.1:3000 -p 2222 ubuntu@localhost 公网ssh连接内网: ssh -p 2222 ubuntu@local 阅读全文
posted @ 2017-04-18 00:18 cdongyang 阅读(328) 评论(0) 推荐(1)
摘要: 1.操作系统的主要动能 1.存储管理 (1)内存分配 (2)地址映射 (3)内存保护 (4)内存扩充 2.进程和处理机管理 (1)作业和进程调度 (2)进程控制 (3)进程通信 3.文件管理 (1)文件存储空间的管理 (2)文件操作的一般管理 (3)目录管理 (4)文件的读写管理和存取控制 4.设备 阅读全文
posted @ 2017-04-15 21:57 cdongyang 阅读(248) 评论(0) 推荐(0)
摘要: psql: 无法联接到服务器: 没有那个文件或目录 服务器是否在本地运行并且在 Unix 域套接字 "/var/run/postgresql/.s.PGSQL.5432"上准备接受联接? ubuntu@dongyang-K46CB:/$ sudo service postgresql startFa 阅读全文
posted @ 2017-04-05 23:47 cdongyang 阅读(6093) 评论(0) 推荐(0)
摘要: defer conn.Close() 要放在判err之后,因为err时conn为nil,然后nil.Close()会使程序出错,甚至直接panic崩调 defer执行匿名函数 1 package main 2 import "fmt" 3 func f1() (result int) { 4 pri 阅读全文
posted @ 2017-04-05 16:20 cdongyang 阅读(335) 评论(0) 推荐(0)
摘要: driver: bad connection 原因:rows没Close 阅读全文
posted @ 2017-04-01 00:42 cdongyang 阅读(3605) 评论(0) 推荐(0)
摘要: socket请求对方关闭时Write(nil),对方会接收到EOF然后关闭 阅读全文
posted @ 2017-03-28 17:37 cdongyang 阅读(105) 评论(0) 推荐(0)
摘要: prepare,execute PL/pgSQL - SQL Procedural Language-Control Structures Advanced Features-Transactions Returning Data From Modified Rows(returning只能用于刚刚 阅读全文
posted @ 2017-03-27 21:41 cdongyang 阅读(145) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 24 下一页