V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  mengyang624  ›  全部回复第 22 页 / 共 31 页
回复总数  613
1 ... 14  15  16  17  18  19  20  21  22  23 ... 31  
2018-12-10 11:20:06 +08:00
回复了 lingaolc 创建的主题 问与答 请问 speedtest 测速的原理是什么?
挂代理之后上行怎么还提高了,看不懂
2018-12-08 07:41:41 +08:00
回复了 wmc 创建的主题 天黑以后 20181208 午夜俱乐部
这个节点是树洞么?
2018-12-08 06:00:07 +08:00
回复了 bokchoys 创建的主题 服务器 有没有国外的主机推荐呀
找个 vps 优惠信息网站,看看,便宜的能到几刀一年
主要是延迟差别,国内过去带宽瓶颈在出口
2018-12-07 19:50:22 +08:00
回复了 CoolkHz 创建的主题 问与答 图床源码
lychee 开源
2018-12-07 18:40:56 +08:00
回复了 j2368238 创建的主题 硬件 安卓机硬件老化是否对电池续航有影响?
什么仪器?忽悠人的吧
不跑一个充放循环怎么能立即检测出损耗度?
而且损耗度 100%不是表示完全报废么,损耗度 0%,健康度 100%才对啊
2018-12-07 16:49:28 +08:00
回复了 aaabababa 创建的主题 微信 手机装有 xposed,注册 wechat。。。
@honeycomb #15 应该是空列表,之前不炸的时候,在微信里接了文件,选 用其他应用打开 的时候什么应用都没有
理论上是可以修改返回值的,不过我不会改

-- This file is part of XPrivacyLua.

-- XPrivacyLua is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.

-- XPrivacyLua is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.

-- You should have received a copy of the GNU General Public License
-- along with XPrivacyLua. If not, see <http://www.gnu.org/licenses/>.

-- Copyright 2017-2018 Marcel Bokhorst (M66B)

function after(hook, param)
local list = param:getResult()
if list == nil then
return false
end

local filtered = false
local name = hook:getName()
local cuid = param:getUid()

local index
local info = list:toArray()
for index = info['length'], 1, -1 do
local item = info[index]

local uid
if item == nil then
uid = -1
elseif name == 'PackageManager.getInstalledPackages' or
name == 'PackageManager.getPackagesHoldingPermissions' or
name == 'PackageManager.getPreferredPackages' then
uid = item.applicationInfo.uid -- PackageInfo
elseif name == 'PackageManager.queryIntentActivities' or
name == 'PackageManager.queryIntentActivityOptions' then
uid = item.activityInfo.applicationInfo.uid -- ResolveInfo
elseif name == 'PackageManager.queryIntentContentProviders' then
uid = item.providerInfo.applicationInfo.uid -- ResolveInfo
elseif name == 'PackageManager.queryIntentServices' then
uid = item.serviceInfo.applicationInfo.uid -- ResolveInfo
else
uid = item.uid
end

if uid ~= cuid then
filtered = true
list:remove(index - 1)
end
end

return filtered
end
2018-12-07 15:03:03 +08:00
回复了 mashpolo 创建的主题 Apple 又是冬天静电的高峰期来了,大家有什么预防措施求指教
多喝水,撒尿的时候就接地了
自动快照都救不了虚拟磁盘炸……我现在定期备份整个虚拟机的所有文件
你以为你是用户,其实你是商品……
2018-12-07 09:15:14 +08:00
回复了 aaabababa 创建的主题 微信 手机装有 xposed,注册 wechat。。。
@mario85 #9
@honeycomb #13
就是 xprivacylua,限制了就会炸,除非清微信的数据,不过清了之后用几天又会炸
2018-12-07 05:30:14 +08:00
回复了 aaabababa 创建的主题 微信 手机装有 xposed,注册 wechat。。。
@mario85 #6 magisk-hide 也不能隐藏应用程序列表吧,微信启动要求访问应用程序列表,如果返回给他的数据为空的话直接崩溃掉给你看。。。
2018-12-06 20:47:57 +08:00
回复了 nareix 创建的主题 奇思妙想 youtube 网友 DIY X 光机
那几个大的绝缘子看着像隔壁村头电线杆上扒下来的……
2018-12-06 17:22:18 +08:00
回复了 q4336431 创建的主题 生活 骑小黄违规行驶被罚的突发奇想
@tabris17 #9 警服是受国家管制的,定制是不可能的……不过你可以自学裁缝……
2018-12-06 12:47:22 +08:00
回复了 soybeanmilk 创建的主题 问与答 想买一把机械键盘,纠结茶轴还是红轴
之前在京东买 ikbc 一把红轴一把茶轴,试了下,红轴退了,留的茶轴
声音不大,手感和薄膜差不多
2018-12-06 11:56:28 +08:00
回复了 Trumeet 创建的主题 问与答 大量照片备份,有没有什么便宜的方案?
@dubstep #16 比特率有些只能选 400 多,有些能选 5000 ……分辨率有些是 960*540,有些是 1280*720,看来还是得用 edge 试试
@dubstep #7 呃,这个是按 ctrl+sft+alt+D 出来的么?


@Liqianyu #9
@poplar50 #11
傻逼了,上 win server 的贼船,没有 app store 也没有 edge ……
@greenskinmonster #3
@dubstep #4
测了下速,应该是没问题的,插件也装了,但是感觉还是没到 720P,按 ctrl+alt+sfhit+d 没有反应……
https://ws3.sinaimg.cn/large/005BYqpgly1fxw1n0ejx5j30u00ynjtl.jpg

@Liqianyu #1
@victor97 #2
噢,谢谢,原来是 chrome 的原因,Ctrl+shift+alt+s 看比特率居然只有 475。。。
https://ws3.sinaimg.cn/large/005BYqpgly1fxw1rlkvfdj30bn06zjs6.jpg

@windirt #5 洛杉矶,号称 GIA CN2 实际 200+
2018-12-05 15:52:36 +08:00
回复了 lait 创建的主题 全球工单系统 蛋壳公寓管家骂人,没录音不让投诉,有意思
谁主张谁举证

我说楼主欠我五千万,没证据不让起诉,有意思
1 ... 14  15  16  17  18  19  20  21  22  23 ... 31  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   966 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 23:34 · PVG 07:34 · LAX 16:34 · JFK 19:34
Developed with CodeLauncher
♥ Do have faith in what you're doing.