正常图标是这样的: 我的变成了这样: 解决方法: 注册表进入: HKEY_CURRENT_USER\SOFTWARE\Classes\Applications\Explorer.exe\Drives\Z\DefaultIcon 删除 DefaultIcon 这个项 不用重启电脑, 在资源管理器右键刷 ...
初识并发问题 //多线程同时操作同一个对象 //抢火车票的例子 //发现问题:多个线程操作同一个资源的情况下,线程不安全,数据会出现紊乱 (并发问题) public class ThreadTest04 implements Runnable{ //票数 private int ticketNums ...
分类:
其他好文 时间:
2021-04-24 13:52:25
阅读次数:
0
var pages = getCurrentPages() //页面路径等于某某时的操作 if (pages[pages.length - 1]['route'] 'pages/business/business') { } ...
分类:
微信 时间:
2021-04-23 12:23:36
阅读次数:
0
下面我们再给出一个线程不安全的例子。 例:1.8.2 class BookMark_to_win { int bookNum=10; void onlySellOne() { if (bookNum > 0) { System.out.println(Thread.currentThread().g ...
分类:
编程语言 时间:
2021-04-23 12:23:20
阅读次数:
0
There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull <re ...
分类:
其他好文 时间:
2021-04-22 15:28:20
阅读次数:
0
简单实例: >存储过程,参数的传入! delimiter $ create procedure p1() begin declare i int default 10; select concat ('i的取值是:',i) as QuZhi; end $ delimiter $ create pro ...
分类:
数据库 时间:
2021-04-20 15:04:52
阅读次数:
0
开始 运行 输入 regedit 命令可以打开注册表,如下图 对应到以下路径 计算机\HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client 清除 Default, LocalDevices和Servers项中的数据 在此项中可以查到连 ...
第一步: 将所有副本可读设置为 “否” 第二步: 在主副本上设置挂起 ALTER DATABASE Erp_Wygl_6008 SET HADR SUSPEND 第三步: 设置迁移后的文件路径 SELECT database_id,name,physical_name AS CurrentLocat ...
分类:
数据库 时间:
2021-04-19 16:07:28
阅读次数:
0
pwd,打印当前目录 ls:List information about the FILEs (the current directory by default) -a/--all -d/--directory dir -a 进入如camera的目录后运行dir、ls会卡住(可以ctrl+c退出)。 ...
分类:
移动开发 时间:
2021-04-16 12:10:03
阅读次数:
0
该文可以快速在Go语言中获得时间的计算。 在Go中获取时间 如何获取当前时间 now := time.Now() fmt.Printf("current time is :%s", now) current time is :2009-11-10 23:00:00 +0000 UTC m=+0.00 ...
分类:
编程语言 时间:
2021-04-14 12:35:07
阅读次数:
0