- 博客(8)
- 资源 (1)
- 收藏
- 关注
原创 Ubuntu20.04 wine5 装微信踩坑记录
装了deepin.com.wechat但是微信版本过低尝试更新无果所以转战wine装好wine5之后下载window微信 wine WechatSetup.exe打开发现显示中文全是方框尝试:winetricks riched20 不行winecfg 改成riched20也不行安装字体方法1 不知道为什么没有成功试了 安装字体方法2 成功显示微软雅黑过程:下载字体 ( 链接安装字体方法2里有)unzipmv msyh.ttc ~/.wine/drive_c/wind
2020-08-17 20:26:41
1431
原创 Element-UI DatePicker 禁用0点之后时间
pickerOptions: { disabledDate(date) { const tomorrow = new Date( new Date().getFullYear(), new Date().getMonth(), new Date().getDate() + 1, 0, 0, 0 ).getTime(); return date &a
2020-07-27 20:52:54
291
原创 webpack无法通过局域网访问localhost
// package.json "scripts": { "start": "webpack-dev-server --open --mode development --host 0.0.0.0 or 192.168.8.8", "build": "webpack -p", },假设你本机内网ip 是192.168.8.8, 想通过手机浏览器访问 locahost:300...
2020-03-01 14:40:26
667
原创 win10专业版切换语言失败
切换语言的时候下载语言包失败,系统显示语言也么有其他语言选项可选一开始以为是单语言系统后来试图手动下载语言, 提示错误码 0x80070422 搜了一下百度经验说是禁止了更新,然后根据下面在win+R搜services.msc找到window.update 改成手动,就成功下载了语言包修改了系统语言。错误代码0x80070422的解决方法...
2019-11-02 15:04:24
1557
原创 c++简易贪吃蛇
http://blog.sina.com.cn/s/blog_641f90190100k6yo.html模仿这个写的基于dos想要实现空格键暂停任意键开始(包括方向键)因为方向键需要两个getch()获取所以没成功有空再来重写方向键(←): 0xe04b方向键(↑): 0xe048 方向键(→): 0xe04d 方向键(↓): 0xe05
2015-05-23 11:11:07
999
原创 PAT00-自测4. Have Fun with Numbers (20)
Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 246913578, which happens to be another 9-digit number
2015-04-15 15:15:32
717
原创 PAT数组元素循环右移问题
00-自测3. 数组元素循环右移问题 (20)时间限制 400 ms内存限制 65536 kB代码长度限制 8000 B判题程序 Standard 一个数组A中存有N(N>0)个整数,在不允许使用另外数组的前提下,将每个整数循环向右移M(M>=0)个位置,即将A中的数据由(A0 A1……AN-1)变换为(A
2015-04-13 20:19:39
521
原创 PAT素数对猜想
00-自测2. 素数对猜想 (20)时间限制 400 ms内存限制 65536 kB代码长度限制 8000 B判题程序 Standard 作者 CHEN, Yue让我们定义 dn 为:dn = pn+1 - pn,其中 pi 是第i个素数。显然有 d1=1 且对于n>1有 dn 是偶
2015-04-13 15:58:24
465
sourcecodeofGrayHatHacking5thchapter11
2018-11-24
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人