V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  SingeeKing  ›  全部回复第 85 页 / 共 147 页
回复总数  2931
1 ... 81  82  83  84  85  86  87  88  89  90 ... 147  
2019-04-04 12:48:05 +08:00
回复了 solos 创建的主题 全球工单系统 腾讯云反向解析门槛过高
其实是可以理解的,因为反向解析并不是 DNS 的事情而是 ISP 的,其实是挺繁琐的
2019-04-04 12:45:42 +08:00
回复了 lisisi 创建的主题 Markdown 为什么 markdown 都要设计成按 2 次回车,才能换 1 行?
行末加两个空格是换行,对应着 <br>
两次回车是分段,对应着 <p>

我为什么记得 github 只按一次回车不会换行
2019-04-03 22:16:02 +08:00
回复了 yzyjim 创建的主题 程序员 原创文章被“小冷博客”大量复制盗用
2019-04-03 21:43:25 +08:00
回复了 tangweiwownb 创建的主题 程序员 nginx 史诗级难度
@veike #8 发现原来解决史诗级问题这么简单就……

(不过记得当初我遇到这个问题用了一个多小时才搞定,主要是有一些绝对路径的坑
2019-04-01 10:17:09 +08:00
回复了 SingeeKing 创建的主题 分享发现 还有人记得 Revolution 1 吗
@JsonSnowNothing #1
@zhouweiluan #2

竟然真的发了😂
2019-04-01 01:05:29 +08:00
回复了 Tumblr 创建的主题 Apple 官方商店更在更新……会是什么呢?
应该是税,不过我还是好奇,这东西不是应该提前改完然后到时候部署吗,为什么一个多小时了还没好,去年 17 变 16 几乎无缝啊…
@meiyoumingzi6 #2 非要这么说其实是可以的,因为 flask 的 json 包括了官方库的 json
2019-03-31 19:19:52 +08:00
回复了 SingeeKing 创建的主题 问与答 个人使用的网盘用什么比较好?
@nobb519 #1 Dropbox 在帖子中被排除了……
@rssf #2 已经有了,再买网盘主要是为了分享而不是存资料了
@trepwq #3 还是受限于上传带宽很大…

@oott123 #7 @PressOne #8 @chocolatesir #9 我也很绝望…找了好久没找到合适的


@chocolatesir #12 @johnnyR #13 嗯已经 cloudreve 自建了,然而想同时满足「加速」和「 webdav 」却不行… 上传也受限于服务器的上传带宽,不过支持高速下载还是不错,感谢了。

所有给出建议的都给了感谢,谢谢大家。
2019-03-31 00:47:12 +08:00
回复了 Abbeyok 创建的主题 问与答 为什么一个“完全靠抄”的项目和教程能在这里火?
其实 @CriseLYJ #87 的东西是不错的,然而 5K repo 的内容实在是有点… 而且建议写上代码来源(搜集整理也应该保留出处的)

另外,我觉得教程「转载请注明来源」的那句话是没有问题的,而且一些基础的定义类东西在晚上搜索直接粘贴也无可厚非,建议教程开始或者最后加一个「参考文献」来注明一下中间的搜索到的东西都是哪里来的吧
2019-03-31 00:32:50 +08:00
回复了 geew 创建的主题 问与答 这个 V2EX 客户端是哪个 有人知道吗
好漂亮…… 找到的话麻烦 At 我一下🌚
2019-03-30 17:15:21 +08:00
回复了 brblm 创建的主题 分享发现 联通 volte 短信开通方法
谢谢,上海已开通

然而 iPhone …
2019-03-29 22:07:30 +08:00
回复了 oldbird 创建的主题 Windows vs2015.update5 社区版 30 天过期了怎么办?在内网
还发现了一个有趣的玩法……

IMPORTANT DISCLAIMER: Information provided below is for educational purposes only! Extending a trial period of Visual Studio Community 2017 might be ILLEGAL!

So let's get started.

Registry key of interest: HKEY_CLASSES_ROOT\Licenses\5C505A59-E312-4B89-9508-E162F8150517\08878. I assume the 08878 subkey may differ from installation to installation (why not, isn't?). I have tested only on my own one. So check other subkeys if you can not match proper values described below. Binary value stored in that key is encrypted with CryptProtectData. So decrypt it first with CryptUnprotectData. Bytes of interest (little-endian):

[-16] and [-15] is a year of expiration;
[-14] and [-13] is a month of expiration;
[-12] and [-11] is a day of expiration.
Increasing these values (preferable the year :) ) WILL extend your trial period and get rid of a blocking screen! I know nothing of such a tool that allows to edit encrypted registry values, so my small program in C++ and Windows API looks like:

RegGetValue
CryptUnprotectData
Data.pbData[Data.cbData-16]++;
CryptProtectData
RegSetValue
Actual language doesn't matter if you have access to registry and crypto functions in your language. I'm just fluent in C++. Sorry, I do not publish a ready-to-use code for ethical reason.
1 ... 81  82  83  84  85  86  87  88  89  90 ... 147  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   756 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 43ms · UTC 22:42 · PVG 06:42 · LAX 15:42 · JFK 18:42
Developed with CodeLauncher
♥ Do have faith in what you're doing.