V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  hotspotvm  ›  全部回复第 6 页 / 共 30 页
回复总数  590
1 ... 2  3  4  5  6  7  8  9  10  11 ... 30  
2024-05-06 16:03:32 +08:00
回复了 iyobucuo 创建的主题 推广 [抽奖 · 烟台大樱桃] 五一假期已过,价格有落,欢迎光临
支持,祝大卖
2024-04-21 20:08:15 +08:00
回复了 jrlee1204 创建的主题 宽带症候群 家里拉的 1000M 的宽带,测速达不到 1000M
不能吧 ? 排查一下 路由器 是不是支持千兆 和 网线是不是 都是千兆的 ?
2024-04-19 10:09:09 +08:00
回复了 Moierby 创建的主题 旅行 有什么景点是全中国老幼妇孺皆知的吗?
必须是 天安门
2024-03-29 15:32:55 +08:00
回复了 nz007 创建的主题 酷工作 [长沙]招聘 2 个 Java 开发 3-5 年经验
mark 打算下半年回来...
2024-03-22 15:24:30 +08:00
回复了 hunteri 创建的主题 推广 [抽 5 个 88 现金红包]开发的 Excel 小工具上线 Product Hunt 了
重在参与
28.9w
2024-01-23 15:49:53 +08:00
回复了 cdoco 创建的主题 Markdown Markdown 语法详解
```java
public class Example {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
```
2024-01-23 15:46:51 +08:00
回复了 rainABC 创建的主题 程序员 九彩固件-我被当猴耍了
```java

public void onReceive(Context context, Intent intent) {
if ("android.intent.action.BOOT_COMPLETED".equals(intent.getAction())
|| "android.intent.action.MEDIA_MOUNTED".equals(intent.getAction())
|| "android.intent.action.MEDIA_UNMOUNTED".equals(intent.getAction())
|| "android.intent.action.MEDIA_EJECT".equals(intent.getAction())
|| "android.intent.action.MEDIA_REMOVED".equals(intent.getAction())
|| "android.intent.action.LOCKED_BOOT_COMPLETED".equals(intent.getAction())
|| "android.intent.action.BOOT_PROGRESS".equals(intent.getAction())
|| "android.intent.action.REBOOT".equals(intent.getAction())) {

SharedPreferences sharedPreferences = context.getSharedPreferences("boot_count", 0);
int i = sharedPreferences.getInt("count", 0) + 1;
SharedPreferences.Editor edit = sharedPreferences.edit();
edit.putInt("counta", i);
edit.apply();
// 400 次啊,你妹的,你耍我。
if (i < 400) {
return;
}

Intent intent2 = new Intent(context, MainActivity.class);
intent2.addFlags(268435456);
context.startActivity(intent2);
}
}


```
2024-01-09 17:50:33 +08:00
回复了 letuslinux 创建的主题 推广 35 岁搞副业,踩了大坑!(顺便送一波爱媛果冻橙)
分子
1 ... 2  3  4  5  6  7  8  9  10  11 ... 30  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   859 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 19:49 · PVG 03:49 · LAX 12:49 · JFK 15:49
♥ Do have faith in what you're doing.