手机浏览 RSS 2.0 订阅 膘叔的简单人生 , 腾讯云RDS购买 | 超便宜的Vultr , 注册 | 登陆
浏览模式: 标准 | 列表全部文章

为什么微信开发者工具一直调用独显?

出门在外,如果没有带电源,请不要随便打开微信开发者工具,因为你一打开它,默认就帮你使用独显了。

也一直很纳闷,不就开发小程序或者公众号网页么,怎么就开独显了呢?搜了搜网上的贴子,然后也自己打开“活动监视器”,在能耗里,将微信开发者工具的进程展开,发现启动了很多wechatwebdevtools Helper,但就是有一个调用了独显,再展开,发现里面调用了 VTDecoderXPCService ,如果从来没有播放过视频,那就直接将这一整个helper退出吧(应该没啥事,反正我退了也真出啥事),退出 时,窗口界面会整体刷新一次【好象也没啥哦】

真要出事了,重启这个程序呗,但至少,你不用独显了,至少可以省上几小时的电。。

 

 

最近频繁 被警告,所以我替换和删除了部分有关墙和梯子的文章

如题,实在没辙了。暂先这样吧。不然怕可能找不下去。虽然服务器不在国内。。。

 
不过还是要提醒自己,乱七八槽 的买国内的VPS,其实耗费的资金已经超过一个正常的AWS了,等国内的到期,算一算,上AWS吧。

添加了一篇HR的文章,结果 就被举报?

 感谢华为。至少我以后不会再买华为的设备了。

-开头的文件在linux系统下无法直接删除

 如题。如果文件是"-test.log",是的你没看错。文件名前面有一个减号。如果你直接使用:rm -test.log,会报如下错误:

XML/HTML代码
  1. rm: invalid option -- 't'  
  2. Try 'rm ./-test.log' to remove the file ‘-test.log’.  
  3. Try 'rm --help' for more information.  

毕竟。- 是有特殊意义的。那怎么删除呢?也简单:

XML/HTML代码
  1. rm -- -test.log  

文件就这样被删除了。事实上,象这种"-"(减号、负号)开头的文件。因为它自带的特殊意义(linux下命令行的参数前缀),所以你用touch\vim等命令,其实都无法创建这样的文件。不信你试试"touch -test.log"。当然,你也是可以用touch -- -test.log来创建(其他类似)

 

 

wow, macjournal 又回来了

Wow。。如题。MacJournal又回来了。这个软件好象是被收购还是啥的。于是乎感觉六、七年没有更新的样子。今天打开官网,居然看到这么一段:
XML/HTML代码
  1. Hello everyone! After a long and productive relationship with Mariner Software, MacJournal is returning home to be distributed here by its original developer. There are a few important details that will have to change as a result. First of all, MacJournal will be distributed exclusively on this website for now. The versions on the various App Stores will be removed as current App Store rules do not allow us to transfer them. Secondly, MacJournal will be distributed for free, just as it was when it got started almost 18 years ago. Third, there is a new version out today! You can see details for version 7 on this site and download the release now. Prior versions running on systems that can support version 7 will see an automatic update later this week. And finally, since support will also be back to a single person, support via email will be constrained. I will try to get back to everyone that writes, but there could be some delays so I thank everyone for their patience in advance. I'm excited about this next chapter of MacJournal and about the new release!  
然后看了一下更新记录,平均每两三个月更新一次。快的话一个月更新2次。作者这是要拼命的节奏啊。
说实话,羡慕这些独立开发者,能够支撑得下来。