2018 , 你们的首次 commit 是什么?

2018-01-01 17:06:04 +08:00
 wenzhen

我:

修复了一个陈年老 bug

f20217a xx@xx on 2018/1/1 at 17:04

In 3 branches: HEAD, master, origin/master

4274 次点击
所在节点    程序员
32 条回复
hlwjia
2018-01-01 20:51:32 +08:00
竟然是 init

想想还挺应景
CatCode
2018-01-01 20:57:49 +08:00
commit e4127441
Author: <@>
Date: Mon Jan 1 10:36:28 2018 +0800

finished statusupdate page
YellowLittleDog
2018-01-01 21:07:38 +08:00
not yet
taijia
2018-01-01 21:19:36 +08:00
// 玩客猴捡漏
// 配合 resource override 插件
var outerInterver;
var call = function (confirmTime) {
if ($('.panel .item').length) {
$('div.option').click()
setTimeout(function () {
$('a')[4].click()
var checkMonkyExist = setInterval(function () {
if ($('.panel .item').length) {
clearInterval(checkMonkyExist);
console.info('`````start`````' + new Date())
var price0 = $($('.panel .item')[0]).find('.price span').html();
var price1 = $($('.panel .item')[1]).find('.price span').html();
var price2 = $($('.panel .item')[2]).find('.price span').html();
console.info(price0, price1, price2)
console.info(parseFloat(price0) / (( parseFloat(price1) + parseFloat(price2)) / 2));

if (parseFloat(price0) / (( parseFloat(price1) + parseFloat(price2)) / 2) < 0.9) {
// if (1) {
$($('.panel .item')[0]).click()
var checkConfirm = setInterval(function () {
if ($('.weui-btn').length) {
clearInterval(checkConfirm);
clearInterval(outerInterver);
$('.weui-btn_default').click()
document.title = '找到了'
// setInterval(function () {
// $('.weui-btn_default').click()
// }, confirmTime)
}
}, 2)
}
}
}, 2);
}, 100)
}
}

function run(roundTime, confirmTime) {
call(confirmTime)
outerInterver = setInterval(function () {
call(confirmTime)
}, roundTime)
}

run(5000, 500)
wwqgtxx
2018-01-01 21:49:41 +08:00
wwqgtxx
2018-01-01 21:50:09 +08:00
l30n
2018-01-01 22:24:55 +08:00
commit fbd4d809a357d921da7140f042df242265bb7393
Author: dddddd <dddddd@gmail.com>
Date: Mon Jan 1 15:11:06 2018 +0800

Greedy local search
(END)
linux40
2018-01-01 22:26:36 +08:00
bay1
2018-01-01 23:02:53 +08:00
seki
2018-01-01 23:21:40 +08:00
修了一个倒计时在跨年时遇到的问题,感觉之前是被 moment 降低了智商

https://github.com/poooi/poi/commit/26872814cb67a34c4d669db32359e89519c13c45
chai2010
2018-01-01 23:44:15 +08:00
commit 51abd6f0c856eb8a075039db0b9b1691be9d4fc6
Author: chai2010 <chaishushan@gmail.com>
Date: Mon Jan 1 00:00:01 2018 +0800

2018-01-01 00:00:01 《 Go 语言高级编程》正式开源

https://github.com/chai2010/advanced-go-programming-book/commit/51abd6f0c856eb8a075039db0b9b1691be9d4fc6
ThinkCat
2018-01-02 10:46:08 +08:00
Merge branch 'develop' into feature/xxx

# Conflicts:
# site/src/main/java/com/xxxx.java
# site/src/main/java/com/yyyy.java
Commit:
b95ba2bb723adec292e995999b8497cbc08db2f4 [b95ba2b]
Parents:
11cf89453e, 3f00062621
Author:
TC <624432528@qq.com>
Date:
2018 年 1 月 2 日 GMT+8 上午 9:54:24
Labels:
origin/feature/xxx feature/xxx

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/419160

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX