上一页 1 2 3 4 5 6 7 ··· 21 下一页
摘要: http://www.terrainformatica.com/2014/07/sciter-video-support/ 阅读全文
posted @ 2017-07-19 18:02 一样菜 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 经常碰到程序无法卸载, 就老是骂微软搞的什么安装方式,安装好了不能卸载. 后来就打算研究一下windows是如何卸载程序的,一个程序安装完后留下了什么信息用于后面的卸载. 研究对象win7 64位, 程序npviewinie. 程序安装后生成的最主要的注册表项是在以下三个中 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVers... 阅读全文
posted @ 2017-07-14 18:05 一样菜 阅读(836) 评论(0) 推荐(0) 编辑
摘要: #include #include #pragma comment(lib, "Msi.lib") bool CheckExistSoftware(wchar_t *upgradeCode) //可以通过工具Orca查看安装包相应的upgradeCode { wchar_t productCode[39]; if (ERROR_SUCCESS ==... 阅读全文
posted @ 2017-07-11 12:03 一样菜 阅读(1063) 评论(0) 推荐(0) 编辑
摘要: 1,下载unlock.zip工具,破解VMware没有mac选项情况 2. 下载OS X 10.11.1(15B42).cdr 3.MWare虚拟机提示:“锁定文件失败,打不开磁盘或快照所依赖的磁盘”的解决方法 然后以下面关键字搜索这个文件夹:*.lck 我这里找到了三个,删除即可,删除后,就不再提示上面第一个图的错误了: 4.VMware Workstation 不可恢复错误: (vcpu-... 阅读全文
posted @ 2017-07-07 00:11 一样菜 阅读(250) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std; int main() { char sourcename[80],destname[80],buffer[256]; int n; cout>sourcename; cout>destname; ifstream i... 阅读全文
posted @ 2017-07-06 12:27 一样菜 阅读(412) 评论(0) 推荐(0) 编辑
摘要: http://www.jq22.com/yanshi4475 阅读全文
posted @ 2017-06-16 12:06 一样菜 阅读(105) 评论(0) 推荐(0) 编辑
摘要: .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... 阅读全文
posted @ 2017-06-16 00:03 一样菜 阅读(2670) 评论(0) 推荐(0) 编辑
摘要: https://www.manualslib.com/manual/288056/Kodak-Ngenuity-9090db.html?page=55#manual 阅读全文
posted @ 2017-06-13 11:12 一样菜 阅读(189) 评论(0) 推荐(0) 编辑
摘要: #include <afxinet.h>#include "wininet.h" 阅读全文
posted @ 2017-06-05 14:34 一样菜 阅读(3749) 评论(0) 推荐(0) 编辑
摘要: bool CWizardSheet::GetTextResource(UINT uID, CString& csContent) { HMODULE hModule=GetModuleHandle(NULL); HRSRC hRes = FindResource(hModule,MAKEINTRESOURCE(uID),_T("txt")); if(... 阅读全文
posted @ 2017-05-15 00:22 一样菜 阅读(972) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2017-05-12 16:18 一样菜 阅读(410) 评论(0) 推荐(0) 编辑
摘要: import SimpleHTTPServer import SocketServer PORT = 8000 Handler = SimpleHTTPServer.SimpleHTTPRequestHandler httpd = SocketServer.TCPServer(("", PORT), Handler) print "serving at port", PORT httpd... 阅读全文
posted @ 2017-04-29 15:04 一样菜 阅读(1141) 评论(0) 推荐(0) 编辑
摘要: http://git.oschina.net/ https://coding.net/ 阅读全文
posted @ 2017-04-21 19:01 一样菜 阅读(120) 评论(0) 推荐(0) 编辑
摘要: http://www.verypdf.com/pdf2tif/pdf-to-image/help.htm http://www.softinterface.com/DL/DL_Alternate_Download_Site2.htm http://www.morethantechnical.com/ 阅读全文
posted @ 2017-04-21 00:30 一样菜 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 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, ... 阅读全文
posted @ 2017-04-10 10:33 一样菜 阅读(745) 评论(0) 推荐(0) 编辑
摘要: BOOL CheckServerStatus::isConnectServer(CString serverName, int serverPort) { CString strURL; strURL.Format("http://%s:%d", serverName, serverPort); BOOL hSession = GetSession(strURL); return hSe... 阅读全文
posted @ 2017-04-06 16:54 一样菜 阅读(1695) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2017-04-06 13:40 一样菜 阅读(208) 评论(0) 推荐(0) 编辑
摘要: SetClassLong(this->m_hWnd, GCL_STYLE, GetClassLong(this->m_hWnd, GCL_STYLE) | CS_DROPSHADOW); 阅读全文
posted @ 2017-04-05 16:20 一样菜 阅读(1077) 评论(0) 推荐(0) 编辑
摘要: $(#main_frame).paintContent = function(gfx) { gfx.pushLayer(#background-area); gfx.translate(0.5,0.5); gfx.strokeColor(color(255,255,255)) gfx.... 阅读全文
posted @ 2017-03-31 12:53 一样菜 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 方法一: 方法二: 方法三: 阅读全文
posted @ 2017-03-30 16:47 一样菜 阅读(4078) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 21 下一页