将一个表中的数据拷贝到另一个表中

admin | SQL | 2016-08-12
Shell Insert into newTable select * from oldTable where 条件 1 Insert into  newTable select * from  oldTable where 条件   [阅读全文]
ė1,359 浏览数 6没有评论 0

缩减get set属性代码的一个宏

admin | C++ | 2016-08-11
C++ #define ACCOUNT_V_PROPERTY(type, setter_name, getter_name) \ public: \ const type getter_name(){ return m_##getter_name; } \ void setter_name(const type##& newValue){ m_##getter_name= newValue; } \ private: \ type m_##getter_name; \ #define ACCOUNT_P_PROPERTY(type, setter_name, get... [阅读全文]
ė1,410 浏览数 6没有评论 0

如何获取可执行文件的 Authenticode 签名信息

admin | Windows api | 2016-08-03
https://support.microsoft.com/zh-cn/kb/323809 C++ #include <windows.h> #include <wincrypt.h> #include <wintrust.h> #include <stdio.h> #include <tchar.h> #pragma comment(lib, "crypt32.lib") #define ENCODING (X509_ASN_ENCODING | PKCS_7_ASN_ENCODING) typedef stru... [阅读全文]
ė5,008 浏览数 6没有评论 0

phurl iis 伪静态

admin | 开发问题 | 2016-08-02
新建 web.config XHTML <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="rule-one" stopProcessing="true"> <match url="/?(.*)" ignoreCase="false" /> <conditions> <... [阅读全文]
ė3,640 浏览数 6没有评论 0

23种设计模式全解析

admin | 开发经验 | 2016-08-01
一、设计模式的分类 总体来说设计模式分为三大类: 创建型模式,共五种:工厂方法模式、抽象工厂模式、单例模式、建造者模式、原型模式。 结构型模式,共七种:适配器模式、装饰器模式、代理模式、外观模式、桥接模式、组合模式、享元模式。 行为型模式,共十一种:策略模式、模板方法模式、观察者模式、迭代子模式、责任链模式、命令模式、备忘录模式... [阅读全文]
ė3,411 浏览数 6没有评论 0

unistd.h windows

admin | win32 | 2016-07-28
C++ //unistd.h  #ifndef _UNISTD_H #define _UNISTD_H #include <io.h> #include <process.h> #endif /* _UNISTD_H */ 123456 //unistd.h #ifndef _UNISTD_H#define _UNISTD_H #include <io.h> #include <process.h> #endif /* _UNISTD_H */ ... [阅读全文]
ė1,583 浏览数 6没有评论 0

memmem windows

admin | win32 | 2016-07-27
C++ #include <string.h> /* * Find the first occurrence of the byte string s in byte string l. */ const void * memmem(const void *l, size_t l_len, const void *s, size_t s_len) { register char *cur, *last; const char *cl = (const char *)l; const char *cs = (const char *)s; /* ... [阅读全文]
ė1,910 浏览数 6没有评论 0

mman.h windows

admin | win32 | 2016-07-27
mman.h C++ //mman.h /* * sys/mman.h * mman-win32 */ #ifndef _SYS_MMAN_H_ #define _SYS_MMAN_H_ #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later. #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of ... [阅读全文]
ė4,560 浏览数 6没有评论 0

Qt资料大全(GitHub、书籍、论坛、博客等。。。)

admin | Qt Gui | 2016-06-27
版权声明:进步始于交流,收获源于分享!纯正开源之美,有趣、好玩、靠谱。。。作者:一去丶二三里 目录(?)[+] 简述 发福利了、发福利了、发福利了,重要的事情说三遍。。。 为了方便更多童鞋了解、学习Qt,现将相关资源进行整理,主要内容包括:Qt官网、编码风格、GitHub & Third-Party、社区论坛、博客、书籍等。 满满的都是干货,独乐乐不如众... [阅读全文]
ė2,142 浏览数 6没有评论 0

“北京交警”APP操作指南

admin | 闲扯 | 2016-06-06
“北京交警”APP于5月26日上线试运行。目前,下载注册用户已超100万,可以说是目前最热的政务APP。试运行一周以来,北京交警”APP也在根据用户的需求,不断改进完善软件设置。今天,北京交警就用户在(进京证)操作中出现的问题进行集中解答。 问题一:“用户信息不存在” 答:用户可能使用了非官方渠道获取的测试版,建议用户先卸载... [阅读全文]
ė3,018 浏览数 6没有评论 0

Ɣ回顶部

无觅相关文章插件,快速提升流量