V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  SingeeKing  ›  全部回复第 112 页 / 共 174 页
回复总数  3470
1 ... 108  109  110  111  112  113  114  115  116  117 ... 174  
2019 年 4 月 4 日
回复了 lisisi 创建的主题 Markdown 为什么 markdown 都要设计成按 2 次回车,才能换 1 行?
行末加两个空格是换行,对应着 <br>
两次回车是分段,对应着 <p>

我为什么记得 github 只按一次回车不会换行
2019 年 4 月 3 日
回复了 yzyjim 创建的主题 程序员 原创文章被“小冷博客”大量复制盗用
2019 年 4 月 3 日
回复了 tangweiwownb 创建的主题 程序员 nginx 史诗级难度
@veike #8 发现原来解决史诗级问题这么简单就……

(不过记得当初我遇到这个问题用了一个多小时才搞定,主要是有一些绝对路径的坑
2019 年 4 月 1 日
回复了 SingeeKing 创建的主题 分享发现 还有人记得 Revolution 1 吗
@JsonSnowNothing #1
@zhouweiluan #2

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

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


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

所有给出建议的都给了感谢,谢谢大家。
2019 年 3 月 31 日
回复了 geew 创建的主题 问与答 这个 V2EX 客户端是哪个 有人知道吗
好漂亮…… 找到的话麻烦 At 我一下🌚
2019 年 3 月 30 日
回复了 brblm 创建的主题 分享发现 联通 volte 短信开通方法
谢谢,上海已开通

然而 iPhone …
2019 年 3 月 29 日
回复了 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 年 3 月 29 日
回复了 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
1 ... 108  109  110  111  112  113  114  115  116  117 ... 174  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1199 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 44ms · UTC 17:48 · PVG 01:48 · LAX 10:48 · JFK 13:48
♥ Do have faith in what you're doing.