xcode account登录不上去sign apple id -> this action could not be completed. try again 执行命令后完美解决 ...
分类:
其他好文 时间:
2018-09-17 16:14:58
阅读次数:
273
安装完mysql-server 会提示可以运行mysql_secure_installation。运行mysql_secure_installation会执行几个设置: a)为root用户设置密码 b)删除匿名账号 c)取消root用户远程登录 d)删除test库和对test库的访问权限 e)刷新授 ...
分类:
数据库 时间:
2018-09-06 12:31:00
阅读次数:
214
/*故事版*/ Storyboard ClSto2; public PopUpWindow() { /*播放完毕,将当前窗体关闭*/ ClSto2.Completed += (s, e) => { this.Close(); }; } ...
一:安装Ubuntu 16.04.5 下载地址: 1、magnet:?xt=urn:btih:C3C5FE05C329AE51C6ECA464F6B30BA0A457B2CA 2、http://mirror.pnl.gov/releases/xenial/ubuntu-16.04.5-desktop ...
分类:
系统相关 时间:
2018-08-27 18:29:54
阅读次数:
238
/ Copyright (c) [2012 2017] Texas Instruments Incorporated All rights reserved not granted herein. Limited License. Texas Instruments Incorporated gra ...
分类:
其他好文 时间:
2018-08-25 18:56:56
阅读次数:
210
内容: concurrent库简介 ThreadPoolExecutor.map() ThreadPoolExecutor.submit()和.as_completed() concurrent库简介 ThreadPoolExecutor.map() ThreadPoolExecutor.submi ...
分类:
编程语言 时间:
2018-08-25 13:57:12
阅读次数:
936
概述 在我们学习Java的IO流之前,我们都要了解几个关键词 同步与异步(synchronous/asynchronous): 同步 是一种可靠的有序运行机制,当我们进行同步操作时,后续的任务是等待当前调用返回,才会进行下一步;而 异步 则相反,其他任务不需要等待当前调用返回,通常依靠事件、回调等机 ...
分类:
编程语言 时间:
2018-08-16 19:48:21
阅读次数:
164
Description Farmer John completed his new barn just last week, complete with all the latest milking technology. Unfortunately, due to engineering prob ...
分类:
其他好文 时间:
2018-08-14 19:56:09
阅读次数:
178
EasyNetQ订阅者订阅消息类型(消息类的.NET类型)。一旦通过调用Subscribe方法设置了对类型的订阅,就会在RabbitMQ代理上创建一个持久队列,并且该类型的任何消息都将被放置在队列中。只要连接,RabbitMQ就会将任何消息从队列发送给用户。 要订阅消息,我们需要为EasyNetQ提 ...
分类:
Web程序 时间:
2018-08-07 16:15:28
阅读次数:
951
crosscheck archivelog all; delete noprompt expired archivelog all; delete noprompt archivelog until time 'sysdate-1'; 删除log sequence为16及16之前的所有归档日志 de ...
分类:
其他好文 时间:
2018-08-03 01:14:40
阅读次数:
198