V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  SingeeKing  ›  全部回复第 87 页 / 共 148 页
回复总数  2958
1 ... 83  84  85  86  87  88  89  90  91  92 ... 148  
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.
2019-03-29 22:03:07 +08:00
回复了 oldbird 创建的主题 Windows vs2015.update5 社区版 30 天过期了怎么办?在内网
可以试试下面的解决方案

To bypass "30days left must go online to sign-in", sign-in once to Microsoft account, you'll get %LocalAppData%\Microsoft\VSCommon\OnlineLicensing folder that you can copy to offline PCs.

来源: https://stackoverflow.com/questions/43390466/visual-studio-community-is-a-30-day-trial
2019-03-29 12:14:34 +08:00
回复了 plqws 创建的主题 分享创造 在 V 站众筹一款正在开发的 SSH 客户端: Termix
(吐槽一下我之前 238-239-244 是连续回复的三个结果直接被插中间了四个,是都等着呢吗……
2019-03-29 12:14:25 +08:00
回复了 plqws 创建的主题 分享创造 在 V 站众筹一款正在开发的 SSH 客户端: Termix
这。。100 刀的永久授权瞬间变 3 刀……
2019-03-29 11:49:39 +08:00
回复了 plqws 创建的主题 分享创造 在 V 站众筹一款正在开发的 SSH 客户端: Termix
抢楼🤔
2019-03-29 11:49:29 +08:00
回复了 plqws 创建的主题 分享创造 在 V 站众筹一款正在开发的 SSH 客户端: Termix
永久授权 100 刀(而且还不知道是不是真永久),非永久授权一年也要 60
2019-03-29 11:49:19 +08:00
回复了 plqws 创建的主题 分享创造 在 V 站众筹一款正在开发的 SSH 客户端: Termix
支持一下,颜值不错
不过这个价格实在是有点偏高吧……
2019-03-28 16:21:29 +08:00
回复了 FakeLeung 创建的主题 iOS 未能激活 iPad ,因为无法从设备获取激活信息
@FakeLeung #8 Apple Support 不是机器人,只有机器人是腾讯特色🌚
2019-03-28 13:26:57 +08:00
回复了 w4mxl 创建的主题 分享创造 邀请体验: V2LF - 用 Flutter 开发的 V2EX App
为什么我开了两步验证,然后在这个 app 上不需要输入两步验证验证码就登录成功了…
python310165
2019-03-26 10:40:36 +08:00
回复了 liuxipeng 创建的主题 程序员 腾讯云开发者平台的 Pages 服务挂了吗
我已经习惯了
1 ... 83  84  85  86  87  88  89  90  91  92 ... 148  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2754 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 15:21 · PVG 23:21 · LAX 07:21 · JFK 10:21
Developed with CodeLauncher
♥ Do have faith in what you're doing.