// ResourceManager.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <Windows.h> #include <atlconv.h> #define LANGUAGEID 1033 char deadCode[] = "0x ...
分类:
编程语言 时间:
2020-12-10 10:50:22
阅读次数:
5
PowerShell scripts Run PowerShell on Windows as a administrator. And set the execution policy. Set-ExecutionPolicy Unrestricted Following is a simple ...
分类:
Web程序 时间:
2020-12-10 10:45:47
阅读次数:
6
1. 新建一个 django projectdjango-admin.py startproject 项目名 #特别是在 windows 上,如果报错,尝试用 django-admin 代替 django-admin.py 试试2. 新建 app要先进入项目目录下,cd 切换到项目名下python ...
分类:
其他好文 时间:
2020-12-09 12:20:22
阅读次数:
6
以windows登录linux为例生产秘钥对切记,生产时不用输入密码,直接回车即可公钥放在linux服务器上目录为~/.ssh/catid_rsa.pub>>authorized_keys执行chmod755*登录验证sshusername@ip-pport-i~.ssh\dev_docker_id_rsa如果登录成功,就ok
分类:
系统相关 时间:
2020-12-09 12:00:15
阅读次数:
8
Prerequisite The following softwares are assumed installed: 64bit OS, Linux/Unix/Mac is recommended;(Windows user see guide below) 64bit JDK 1.8+; Mav ...
分类:
系统相关 时间:
2020-12-09 11:57:43
阅读次数:
8
一、简介:一个用于Windows和Mac的免费Git客户端。Sourcetree简化了如何与Git存储库进行交互,这样您就可以集中精力编写代码。通过Sourcetree的简单Git GUI可视化和管理存储库。官网下载地址:Sourcetree | Free Git GUI for Mac and W ...
分类:
其他好文 时间:
2020-12-09 11:44:28
阅读次数:
4
利用wininet获取网页Cookie 模拟post请求取数据,使用普通的Cookies无法获取完整的Cookies信息 只能获取了一部分 ,导致取回来的是重新登陆的页面。 后来经过不懈的精神,终于找到了方法实现获取HTTPOnly。 WinInet WinInet(“Windows Interne ...
从git克隆的项目导入Eclipse时报错java.lang.ClassNotFoundException: org.springframework.web.filter.CharacterEncodingFilter 报错原因是因为项目的发布路径Deployment Assembly缺少maven ...
分类:
编程语言 时间:
2020-12-08 13:03:55
阅读次数:
17
参考资料: https://www.cnblogs.com/chenliyang/p/6633739.html https://www.cnblogs.com/qingergege/p/5914218.html https://blog.csdn.net/huangxiaohu_coder/arti ...