C 语言静态链表实现可运行源代码staticlink.h#include #include
#define OK 1#define TRUE 1#define FALSE 0#define ERROR 0#define MAX_SIZE 100
typedef int Status;typed...
分类:
其他好文 时间:
2014-06-06 14:14:15
阅读次数:
220
本书以UNIX为背景,紧贴实际介绍了数据链层、网络层、运输层一、整体概念1.各层协议的关系,只讨论四层各层常见的协议:网络层协议:IP协议、ICMP协议、ARP协议、RARP协议。传输层协议:TCP协议、UDP协议。应用层协议:FTP、Telnet、SMTP、HTTP、RIP、NFS、DNS。STM...
分类:
其他好文 时间:
2014-06-06 14:13:36
阅读次数:
444
_com_issue_error(HRESULT x)throw a _com_error
object 1 try 2 { 3 HRESULT hr; 4 ... 5 if (FAILED(hr)) 6 _com_issue_error(hr);
...
分类:
其他好文 时间:
2014-06-06 11:44:29
阅读次数:
199
ERROR:ORA-28002: the password will expire within 7
days错误是提示password快过期了,有两个办法解决问题。一.
改动已经报错用户的password已经被报告了password快要过期的账户必须再改一次password(须要DBA权限)以sy...
分类:
数据库 时间:
2014-06-06 10:34:50
阅读次数:
289
网络开发经常要用到一些TCP&UDP的调试工具,搜集一些备用。目前总结工具有(不分先后):chrome等自带调试器调试HTTPFiddler(.NET)和Charles
debugger(JAVA)wiresharksokit(使用C++语言,QT基础库开发,开源,https://code.goog...
分类:
其他好文 时间:
2014-06-06 08:29:03
阅读次数:
260
[iOS] Error Fixed : [__NSArrayI addObject:]:
unrecognized selector sent to instance当我创建了一个NSMutableArray
对象的时候@property(nonatomic,copy)NSMutableArray*...
分类:
其他好文 时间:
2014-06-06 08:18:29
阅读次数:
291
在使用mysql排序的时候会想到按照降序分组来获得一组数据,而使用order
by往往得到的不是理想中的结果,那么怎么才能使用group by 和order by得到理想中的数据结果呢?例如有一个 帖子的回复表,posts( id ,
tid , subject , message , dateli...
分类:
数据库 时间:
2014-06-06 08:17:08
阅读次数:
311
1. Take default loss function for grantedMany
practitioners train and pick the best model using the default loss function
(e.g., squared error). In pr...
分类:
其他好文 时间:
2014-06-05 21:54:12
阅读次数:
487
在使用swftools转换pdf 到swf的时候报错,有如下说明:if the pdf
contains too many images / shapes, pdf2swf will fail with this error :ERROR
Thisfileistoocomplextorender-S...
分类:
其他好文 时间:
2014-06-05 21:24:54
阅读次数:
310
今天找了半天,终于解决了如何从本地连接到远程sql server服务器的方法。
1、首先确保打开远程服务器的sql server配置管理器,确保TCP/IP协议开启 2、WebConfig的连接字符格式 其中Data
Source=IP,端口号 默认连接到数据库实例 这样就能保证远程连接了。
分类:
数据库 时间:
2014-06-05 20:14:13
阅读次数:
366