Resolving duplicate serial numbers for macOS Virtual Machines.
Nishizhen | 杂七杂八 | 2019-05-20
Some Virtual Machines will use the serial number of the host computer as the VM serial number. This causes an issue with Watchman Monitoring, which will report the VM as a duplicate record. Modifying the serial number with the steps detailed below will eliminate the duplicate computer record and prompting in your Watchman Mo... [阅读全文]
修改Gradle的Maven镜像地址
Nishizhen | C#JavaWebLinuxPhpSqlDelphiRorAndroidFlex, 杂七杂八 | 2016-03-15
allprojects{
repositories {
def REPOSITORY_URL = 'http://maven.oschina.net/content/groups/public'
all { ArtifactRepository repo ->
if(repo instanceof MavenArtifactRepository){
def url = repo.url.toString()
if (url.startsWith('https://repo1.maven.org/mave... [阅读全文]
锂离子电池介绍 (包含充放电特性和判断方法)
Nishizhen | 杂七杂八 | 2016-01-20
1. 锂离子电池介绍
1.1 荷电状态 (State-Of-Charge;SOC)
荷电状态可定义为电池中可用电能的状态,通常以百分比来表示。因为可用电能会因充放电电流,温度及老化现象而有不同,所以
荷电状态的定义也区分为两种:绝对荷电状态(Absolute State-Of-Charge;ASOC)及相对荷电状态(Relative State-Of-Charge;
RSOC)。通常相对荷电状态的范围是 0% ... [阅读全文]
LaTeX新人教程,30分钟从完全陌生到基本入门
Nishizhen | 杂七杂八 | 2014-07-17
LaTeX新人教程,30分钟从完全陌生到基本入门
by Nan
对于真心渴望迅速上手LaTeX的人,可以只看正文。
曾经在缝缝补补中变得长长的“前言”被我丢到了正文后面当“后记”。
后记部分可以跳过不看或只看粗体。
=============================================
下面是教程正文。(正文最后应大家要求增添了附录)
注: 文章里的代码我自己测试是可... [阅读全文]
来自复杂系统故障的十八条经验[转]
复杂系统故障面面观
(这篇短文讨论了故障的性质、如何评估故障、如何推断故障肇因,以及由此引出的有关病患安全的新的认识)
Richard I. Cook, MD
芝加哥大学认知技术实验室
点击此处下载原文(PDF格式)
复杂系统本质上都是高风险系统。
各种备受瞩目的复杂系统(如交通系统、医疗系统、电力系统等)都是高风险系统,这是它们固有的内在属性。尽管... [阅读全文]
撼动IT界的10大编程语言
Nishizhen | 杂七杂八 | 2012-01-11
开发者是否真的还需要一种新的编程语言呢?选择已经有那么多了,现有的语言都让开发者应接不暇,可是各种新的编程语言还是在以惊人的速度产生!答案 就是随着多核CPU、云计算、移动及分布式结构的不断发展,简单的语法已经不能适用,我们需要更加强大的语言!而以下10种编程语言,或正在走向成熟,或 还在开发,可是它们都以全新的视角演绎着软件开发的... [阅读全文]
WordPress on .NET 4.0
Nishizhen | C#相关, 关于Wordpress | 2012-01-04
WordPress is an open-source content management system (CMS) built using PHP and MySQL. It’s one of the most frequently used solutions for blog publishing. In this article I describe how to compile this PHP application to .NET Framework 4.0 using Phalanger.
Contents
Motivation
Requirements
Copy to publishing location
Set-u... [阅读全文]
海伦县海北镇天主教
海伦县海北镇与天主教会
——20世纪上半叶东北天主教史的个案研究
Haibei Town and the Catholic Church
– A Case Study of the Catholicism History in Northeast China in
the First Half of the 20th Century
吴佩军
[内容摘要]:海伦县海北镇是义和团运动之后,在天主教会改变传教策... [阅读全文]
如何编辑WordPress的po和mo文件
Nishizhen | 关于Wordpress | 2011-08-03
wordpress里有.po 和.mo文件,是用于对wordpress进行语言翻译的文件
1、 WordPress的语言包PO和MO用什么打开
至于编辑工具,由于 po 文件本身就是一个文本文件,所以任何文本编辑器都可以使用。除了专门编辑 po 文件的 poEdit ,还推荐使用 EditPlus、UltraEdit或者你喜欢的 vi 或 vim。
poEdit 从poEdit.net上下载
2、如何编辑po和mo文件
一般... [阅读全文]