防止index.html被浏览器缓存
防止index.html被浏览器缓存
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Expires" content="0">
防止index.html被浏览器缓存
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Expires" content="0">
写微信辅助的思路
可以呀,有3种方法得到数据:
1 首先如果你会找关键CALL 关键地址 那自己找下就可以了,
这让我想起早年PSV上有一款游戏,好像叫《灵魂献祭》,主线叙事就是阅读一本这样翻页效果的书,书里有出现怪物的画像,点进去就是打这怪物的关卡。难道乐府的新游戏也是这么设计的?
html获取get参数
<script type="text/javascript">
Request = GetRequest();
function GetRequest() {
var url = location.search;
var theRequest = new Object();
if (url.indexOf("?") != -1) {
var str = url.substr(1);
strs = str.split("&");
for (var i = 0; i < strs.length; i++) {
theRequest[strs[i].split("=")[0]] = unescape(strs[i].split("=")[1]);
}
}
return theRequest;
}
var val = Request["n"];
window['gXXVaule'] = val ;
</script>
golang学习实例
https://gitee.com/mlogclub/bbs-go
vue调试开发
vscode安装插件vetur,这样就有代码提示啦
1)安装yarn npm install -g yarn
vue安装不上,这样安装npm install -g @vue/cli --registry=https://registry.npm.taobao.org
2)安装electron
安装cnpm,在安装electron
npm install -g cnpm
cnpm i -g electron
cnpm i -D electron
cnpm i -g electron-builder
npm install -g electron-builder
npm install -g npm
npm i -g @types/node
npm install -g gulp
creator好看的shader例子
https://github.com/ifengzp/cocos-awesome/
上有政策,下有对策
小游戏都是加群,充值的。
版号代理2.5w起步,需要ICP和软著。
win10计算器没了,被删除了,提升:需要新应用打开此calculator
解决办法:
Windows Powershell并使用管理员身份运行
计算器恢复:
Get-AppxPackage *calculator* -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
ios 提交app store需要的截图分辨率
分辨率为:
1125 x 2436 像素
1242 x 2208 像素
6.5 英寸 和 5.5 英寸 的图片是必须的。
creator优化技巧
1)字体优化:尽量使用 bmfont 字体,不使用系统字体,开启 dynamicAtlas 功能,Label 的 CacheMode 选择为 BITMAP。
游戏一定要连续做完,不然后续,很久后在回过头来做的话,很浪费时间,事倍功半。
底层vue,一套代码 多端发布
uniapp支持更多 发布各种小程序 app双端,h5等
https://www.dcloud.io/
嗯 小团队创业超级快
选“剪裁工具”,切换到“切片工具”,右键选“切片划分”,填数字分成多份。
js获取第几周:getWeekNumber,获取当年的第几周。
破解需要的全部汇编知识
需要熟练掌握的全部汇编知识(16个只有这么多)