twamix's recent timeline updates
twamix

twamix

V2EX member #3976, joined on 2010-12-15 19:25:32 +08:00
71 S 71 B
求推荐 vps?
VPS  •  twamix  •  May 27, 2023  •  Lastly replied by dishagndeshu
19
多年 iPhone 用户是不是应该换个 Android 哪?
Android  •  twamix  •  Jan 9, 2017  •  Lastly replied by baoguok
175
是一加三还是小米 note2?
问与答  •  twamix  •  Oct 26, 2016  •  Lastly replied by CHN
8
请告诉我还继续买 pixel 吗???
Pixel  •  twamix  •  Nov 12, 2016  •  Lastly replied by txthinking
5
求个类似 notepad.cc 网站的源码?
问与答  •  twamix  •  Sep 15, 2016  •  Lastly replied by twamix
3
Windows 的平板哪个品牌比较好,求推荐
问与答  •  twamix  •  Aug 14, 2016  •  Lastly replied by jacy
12
想从 iPhone 转到 Android 来,求推荐手机, 4000 左右
Android  •  twamix  •  Dec 17, 2016  •  Lastly replied by twamix
89
Andriod 开发你们都用什么工具?
Android  •  twamix  •  Jan 3, 2017  •  Lastly replied by yy1300326388
28
SoftLayer 香港回来了吗?
VPS  •  twamix  •  May 12, 2016  •  Lastly replied by yylzcom
3
twamix's recent replies
May 12, 2025
Replied to a topic by KasuganoSoras 分享创造 搓了个究极轻量的文档系统
@KasuganoSoras 催更一波
May 12, 2025
Replied to a topic by KasuganoSoras 分享创造 搓了个究极轻量的文档系统
@kkstart 催更一波
May 10, 2025
Replied to a topic by KasuganoSoras 分享创造 搓了个究极轻量的文档系统
编辑记录功能,这个功能不错,另外支持 sqlite 也算轻量的
靠运气挣的钱,早晚会靠实力还回去,记住我这句话
支持一下,还有机会
@Showfom 我就在你们这次搞活动结束的时候说了一句,“呵呵,8 折”,就被踢出了 tg 群!!!这有点那啥了吧
Apr 1, 2019
Replied to a topic by qianji201712 程序员 五分钟撸了一个写代码听雨声的小站
@qianji201712 我帮你加了点功能,每次刷新页面会有不同的钢琴和不同的雨声搭配

<script>
const host = "http://baidu.com/";
const rain = document.getElementById('player_rain');
const music = document.getElementById('player_music');
const playBtn = document.getElementById('btnPlay');
let platFirst = true;
var rainarray = ["rain/Birds_Early_Morning.mp3","rain/Rain_Totoro_ADForest.mp3","rain/SayamauMl_Rain_1.mp3","rain/therain.m4a","rain/Toropical_Rain.mp3"];
var musicarray = ["music/Across_the_Fields.mp3","music/EndIess_Pain.mp3","music/feng.mp3","music/In_Autumn_the_Leaves_Came_to_Our_House.mp3","music/yuzhou.mp3"];
function playAudio() {
if (rain.paused) {
if (platFirst) {
const sourceRain = document.getElementById("player_rain_source");
sourceRain.src = host + rainarray[Math.floor(Math.random()*5)];
setVolume(0.6, 1);
rain.load();

const sourceMusic = document.getElementById("player_music_source");
sourceMusic.src = host + musicarray[Math.floor(Math.random()*5)];
setVolume(0.5, 2);
music.load();
}
rain.play();
music.play();
playBtn.className = "";
playBtn.className = "pause";
} else {
rain.pause();
music.pause();
playBtn.className = "";
playBtn.className = "play";
}
platFirst = false;
}
function setVolume(volume, target) {
if (target === 1) {
rain.volume = volume;
} else {
music.volume = volume;
}
}
</script>
Jan 4, 2017
Replied to a topic by twamix Android 多年 iPhone 用户是不是应该换个 Android 哪?
@skylancer 红米不是低端机吗?那还不如说小米 max 哪,续航更持久
Jan 3, 2017
Replied to a topic by twamix Android 多年 iPhone 用户是不是应该换个 Android 哪?
@jook 这么恐怖吗?活在天朝真不容易
Jan 3, 2017
Replied to a topic by twamix Android 多年 iPhone 用户是不是应该换个 Android 哪?
@Hucai 不发 apple 节点的原因是那里果粉更多,发在这里,可能会好点
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3029 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 20ms · UTC 07:35 · PVG 15:35 · LAX 00:35 · JFK 03:35
♥ Do have faith in what you're doing.