摘要:
http://www.terrainformatica.com/2014/07/sciter-video-support/ 阅读全文
摘要:
经常碰到程序无法卸载, 就老是骂微软搞的什么安装方式,安装好了不能卸载. 后来就打算研究一下windows是如何卸载程序的,一个程序安装完后留下了什么信息用于后面的卸载. 研究对象win7 64位, 程序npviewinie. 程序安装后生成的最主要的注册表项是在以下三个中 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVers... 阅读全文
摘要:
#include #include #pragma comment(lib, "Msi.lib") bool CheckExistSoftware(wchar_t *upgradeCode) //可以通过工具Orca查看安装包相应的upgradeCode { wchar_t productCode[39]; if (ERROR_SUCCESS ==... 阅读全文
摘要:
1,下载unlock.zip工具,破解VMware没有mac选项情况 2. 下载OS X 10.11.1(15B42).cdr 3.MWare虚拟机提示:“锁定文件失败,打不开磁盘或快照所依赖的磁盘”的解决方法 然后以下面关键字搜索这个文件夹:*.lck 我这里找到了三个,删除即可,删除后,就不再提示上面第一个图的错误了: 4.VMware Workstation 不可恢复错误: (vcpu-... 阅读全文
摘要:
#include #include #include using namespace std; int main() { char sourcename[80],destname[80],buffer[256]; int n; cout>sourcename; cout>destname; ifstream i... 阅读全文
摘要:
http://www.jq22.com/yanshi4475 阅读全文
摘要:
.button_1:hover #button1_img,.button_2:hover #button2_img{ box-shadow: 0 0 10px #9AFE2E; animation: rotate-x 0.4s; -moz-animation: rotate-x 0.4s; /* Firefox */ -webkit-animation: rota... 阅读全文
摘要:
https://www.manualslib.com/manual/288056/Kodak-Ngenuity-9090db.html?page=55#manual 阅读全文
摘要:
#include <afxinet.h>#include "wininet.h" 阅读全文
摘要:
bool CWizardSheet::GetTextResource(UINT uID, CString& csContent) { HMODULE hModule=GetModuleHandle(NULL); HRSRC hRes = FindResource(hModule,MAKEINTRESOURCE(uID),_T("txt")); if(... 阅读全文
摘要:
3.7.37 ICAP_SUPPORTEDSIZESType:TW_UINT16Supported Messages:MSG_GET - TW_ENUMERATIONMSG_GETCURRENT - TW_ONEVALUEMSG_GETDEFAULT - TW_ONEVALUEMSG_RESET – TW_ONEVALUEMSG_SET – TW_ONEVALUE, TW_ENUMERATION... 阅读全文
摘要:
import SimpleHTTPServer import SocketServer PORT = 8000 Handler = SimpleHTTPServer.SimpleHTTPRequestHandler httpd = SocketServer.TCPServer(("", PORT), Handler) print "serving at port", PORT httpd... 阅读全文
摘要:
http://git.oschina.net/ https://coding.net/ 阅读全文
摘要:
http://www.verypdf.com/pdf2tif/pdf-to-image/help.htm http://www.softinterface.com/DL/DL_Alternate_Download_Site2.htm http://www.morethantechnical.com/ 阅读全文
摘要:
char* WcharToChar(const wchar_t* wp) { char *m_char; int len = WideCharToMultiByte(CP_ACP, 0, wp, wcslen(wp), NULL, 0, NULL, NULL); m_char = new char[len + 1]; WideCharToMultiByte(CP_ACP, 0, wp, ... 阅读全文
摘要:
BOOL CheckServerStatus::isConnectServer(CString serverName, int serverPort) { CString strURL; strURL.Format("http://%s:%d", serverName, serverPort); BOOL hSession = GetSession(strURL); return hSe... 阅读全文
摘要:
transition: height(quart-out,1.0s,quart-in); transform:rotate(50deg); http://www.terrainformatica.com/category/sciter/ css 文档 css透明度 opacity:0.3; 颜色渐变 background: -ms-linear-gr... 阅读全文
摘要:
SetClassLong(this->m_hWnd, GCL_STYLE, GetClassLong(this->m_hWnd, GCL_STYLE) | CS_DROPSHADOW); 阅读全文
摘要:
$(#main_frame).paintContent = function(gfx) { gfx.pushLayer(#background-area); gfx.translate(0.5,0.5); gfx.strokeColor(color(255,255,255)) gfx.... 阅读全文
摘要:
方法一: 方法二: 方法三: 阅读全文