infong 最近的时间轴更新
hey, 老是在我脑袋里飘来飘去是怎么回事。。。
2014-03-06 23:40:05 +08:00
Hello timeline.
2014-02-10 08:56:23 +08:00
infong's repos on GitHub
JavaScript · 1 人关注
bootstrapcn
Bootstrap中文版
Shell · 1 人关注
git-achievements
Aquire achievements while using git.
JavaScript · 1 人关注
impress.js
It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.
Ruby · 1 人关注
jekyll
Jekyll is a blog-aware, static site generator in Ruby
1 人关注
jekyll_blog
jekyll blog
PHP · 1 人关注
scripts
My scripts
JavaScript · 1 人关注
xkcdfools
xkcd CLI + jQuery terminal implementation
Roff · 0 人关注
armbian_kernel
These kernels can be used on Armbian and OpenWrt systems.
0 人关注
AutoApiSecret
JavaScript · 0 人关注
candy
a tiny and cute social forum based on duoshuo.com
Python · 0 人关注
docker-webvirtmgr
Nginx · 0 人关注
dockerfiles
0 人关注
docusaurus
docusaurus静态博客网站,一键部署到云开发平台
VimL · 0 人关注
dot-vimrc
Maple's vim config files
0 人关注
EveryDaySport
野蛮其体魄,从今天开始做一个健康的程序员。
0 人关注
hexo
Hexo博客模版,通过云开发平台一键部署为可访问网站。
C · 0 人关注
libst2205
Hack for ST220XU-chip based Photo key chains
CSS · 0 人关注
php-the-right-way
收集PHP最佳实践、编码规范和权威学习指南,方便PHP开发者阅读和查找
0 人关注
pkgbuild
PKGBUILD files for archlinux.
PHP · 0 人关注
Server-Monitor
Server-Monitor
PHP · 0 人关注
ServerStatus
Server Status website script, displays uptime (days), free RAM, free HDD.
C · 0 人关注
set-misc-nginx-module
Various set_xxx directives added to nginx's rewrite module (md5/sha1, sql/json quoting, and many more)
C · 0 人关注
shanxun
闪讯路由破解源代码
0 人关注
tmuxrc
VimL · 0 人关注
Vim-PHP-IDE
My configuration for using VIM as an IDE (not just for PHP)
PHP · 0 人关注
wechat-php-sdk
微信公众平台 PHP SDK
0 人关注
x86-lede
0 人关注
yii-CMemCacheSASL
A Yii memcache component with SASL support, mainly built for heroku
infong

infong

V2EX 第 8521 号会员,加入于 2011-05-06 22:56:00 +08:00
根据 infong 的设置,主题列表只有在你登录之后才可查看
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
infong 最近回复了
2019-10-10 09:04:41 +08:00
回复了 spirit1431007 创建的主题 问与答 awsl,我 dd 了移动硬盘
之前我也干过类似的蠢事,当时用 TestDisk 恢复了分区表,基本上的数据都回来了。
2019-08-07 16:00:04 +08:00
回复了 zhangmengyu 创建的主题 生活 七夕给男朋友点了两杯奶茶
椰果奶茶,少糖;钱楼上的一起付了。谢谢~
@zhangxs1989 #48 网上找了一下资料,这台机器的 OS Selection 在 BOOT 下面,但是似乎没有 「 Android/Linux 」的选项。
这台机器应该是 j1900 的机器吧,我有另外一台 j1900 的机器,可以试试在 bios 里找找看下面这个选项,我的在 Chipset - OS Selection 下面,装 Linux 要设置成 Android,Linux 才不会死机。

https://i.loli.net/2019/04/09/5caca0fb36580.png
2018-06-02 22:22:19 +08:00
回复了 ldehai 创建的主题 宠物 捡了只流浪猫,求起名,小黑猫,母的
罗小黑
2018-05-21 08:50:40 +08:00
回复了 Will7 创建的主题 推广 [福利贴] 今天心情好,留言送 5 个减压玩具吧,邮费我出了
是有超级大的 Enter 键么,来一个~
2017-08-11 10:10:57 +08:00
回复了 gemini 创建的主题 Linux 说出你第一次使用的 Linux 版本?
第一个是 04、05 年的 MagicLinux,第一次玩 Linux 就在物理机上装,心也真是大。
然后是 Zenwalk,Ubuntu(debian),Arch,然后就是 Arch 走到黑了。( ͡° ͜ʖ ͡°)
2017-06-22 09:54:38 +08:00
回复了 wl879 创建的主题 问与答 尴尬了,我连根据秒数来计算天数差值都搞不定,求解!
楼主的问题出在这里:
var time1 = new Date("2017-6-1 7:00:00");
var time2 = new Date("2017-6-1 9:00:00");

这里定义的时间是有时区的,通过 time1.toString() 能看到时间是 "Thu Jun 01 2017 07:00:00 GMT+0800 (CST)"
所以 time1 所对应的时间戳为 "Thu May 31 2017 23:00:00 GMT" 的时间戳

猜猜下面输出是什么?
var time3 = new Date('1970-1-1 00:00:00');
console.log(time3/86400);
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2974 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 13:18 · PVG 21:18 · LAX 06:18 · JFK 09:18
Developed with CodeLauncher
♥ Do have faith in what you're doing.