码迷,mamicode.com
首页 >  
搜索关键字:comment    ( 4550个结果
10.10SSD安装盘clover 下开启trim功能
1.在config文件中添加:KextsToPatch Comment trim patch Find QVBQTEUgU1NE Name IOAHCIBlockStorage Replace AAAAAAAAAAAA...
分类:其他好文   时间:2015-05-09 14:56:49    阅读次数:146
dirname basename 截取路径中的目录以及文件名
dirname basename 截取路径中的目录以及文件名windows 下面:#include "shlwapi.h"#pragma comment(lib, "shlwapi.lib ")LPTSTR PathFindFileName(LPCTSTR pPath)功能:获得路径中的文件名例:....
分类:其他好文   时间:2015-05-09 13:21:50    阅读次数:152
Jboss remote getshell (JMXInvokerServlet) vc版
#include "stdafx.h"#include #include #include #include #pragma comment (lib,"Winhttp.lib")char shell_invoke[] = ( "\xac\xed\x00\x05\x73\x72\x00\x2...
分类:系统相关   时间:2015-05-09 13:04:59    阅读次数:772
用鼠标在窗口上画矩形
#include #include #include   #pragma comment(lib, "cv.lib")   #pragma comment(lib, "cxcore.lib")   #pragma comment(lib, "highgui.lib")  #define true 1 #define false 0  void my_mouse_...
分类:其他好文   时间:2015-05-09 08:55:33    阅读次数:150
matlab多行注释的三种方法
转自:http://icictech.blog.163.com/blog/static/2797425420084595725499/ 1)方法一 选中你要加注释的内容,然后选择工具菜单“text|comment”就可以了,如果要把注释变为语句,同样选中要转变的语句,然后用鼠标选择“text|unc...
分类:其他好文   时间:2015-05-09 08:49:46    阅读次数:130
windows timeGetTime() 函数 获取系统从开机到现在的毫秒时间值
1 #include 2 #include 3 4 #pragma comment( lib,"winmm.lib" ) 5 6 int main() 7 { 8 DWORD msec = timeGetTime(); 9 std::cout << "msec = " <<...
分类:Windows程序   时间:2015-05-08 23:43:47    阅读次数:254
【tcp-ip学习总结】基于udp的多人聊天室,带有登录注册功能
环境;vs2010,vs2013服务器端#include #include #include #pragma comment(lib,"Ws2_32.lib")typedef struct { char username[30];//用户名 char password[50];//用户密码 struct socka...
分类:其他好文   时间:2015-05-08 22:14:41    阅读次数:157
linq递归
public class Comment { public int Id { get; set; } public int ParentId { get; set; } public string Text { get; set; } ...
分类:其他好文   时间:2015-05-08 14:22:24    阅读次数:134
hive创建表语句详解
创建表的语句: Create [EXTERNAL] TABLE [IF NOT EXISTS] table_name  [(col_name data_type [COMMENT col_comment], ...)]  [COMMENT table_comment]  [PARTITIONED BY (col_name data_type [COMMENT col_comment], ....
分类:其他好文   时间:2015-05-07 16:54:59    阅读次数:95
导入mysql数据问题:Cannot load from mysql.proc. The table is probably corrupted
解决方法:原因是mysql.proc升级时有个字段没有升级成功。在mysql5.1中mysql.proc表的comment字段是varchar(64):`comment`char(64)CHARACTERSETutf8COLLATEutf8_binNOTNULLDEFAULT‘‘,但在mysql5.5中mysql.proc表的comment字段应该是text:`comment`textCHARACTERSETutf8COLLAT..
分类:数据库   时间:2015-05-07 12:37:37    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!