内核支持线程(Kernel Supported threads)KST OS中的所有进程(用户和内核)都是依靠内核完成的。KST也是如此,它的创建,阻塞,撤销,切换都是在内核空间实现。 优点: 内核可以同时调度同一进程中的多个线程并行执行 一个线程被阻塞了,内核可以调度随便一个进程中的其他线程占用处 ...
分类:
编程语言 时间:
2016-08-01 10:22:02
阅读次数:
279
http:// www.sonarqube.org MySQL Unsupported mysql version: 5.5. Minimal supported version is 5.6. There are two well-known engines that can be used in ...
分类:
其他好文 时间:
2016-07-17 12:51:25
阅读次数:
297
puppet基础学习
一、 Installation(模块安装)
模块安装地址:/etc/puppetlabs/puppet/modules/
模块下载地址:https://forge.puppetlabs.com/puppetlabs?utf-8=?&supported=yes
安装模块命令:puppet module install puppetlabs-apache...
分类:
其他好文 时间:
2016-07-13 17:47:17
阅读次数:
427
部署xamarin.forms android时报错: Android\Properties\AndroidManifest.xml : warning XA0101: @(Content) build action is not supported 解析方法: 把AndroidManifest.x ...
分类:
移动开发 时间:
2016-07-11 21:14:22
阅读次数:
1014
装了ubuntu系统后在win7下用EasyBCD软件设置引导项,开机选择NeoSmartLinux后出现:MinimalBASH-likelineeditingissupported.Forthefirstword.TABlistspossiblecommandcompletions.AnywhereelseTABlistspossibledeviceorfilecompletions.grub>解决方法:①准备一个Ubuntu自启..
分类:
其他好文 时间:
2016-07-11 01:27:51
阅读次数:
2765
Cross origin requests are only supported for protocol schemes MLHttpRequest cannot load file:///F:/Git/Framework7/dist/about.html. Cross origin reques ...
分类:
移动开发 时间:
2016-07-03 11:38:23
阅读次数:
435
Target name Platform Architecture Endianness Developer(s) Known Issues/Notes adm5120 Infineon/ADMtek ADM5120 MIPS big/little florian, juhosg adm5120 a ...
分类:
其他好文 时间:
2016-06-30 23:07:39
阅读次数:
292
eclipse搭建环境后报错 the pointcut is supported at Java 5 错误意思大致是:注释切入点表达式只支持在Java 5版本以上,我就纳闷了我安装的是jdk1.8啊,不应该是jdk版本低的问题。仔细琢磨了下应该是Spring和注解相关的类包 aspectjweave ...
分类:
编程语言 时间:
2016-06-29 20:39:49
阅读次数:
686
开启事务之前先判断事务是否已经打开,方法如下: JdbcTransaction tx=(JdbcTransaction) session.beginTransaction(); 改为JdbcTransaction tx = session.getTransaction().getLocalStatu ...
分类:
Web程序 时间:
2016-06-24 23:44:57
阅读次数:
368
$ gulp(node:784) fs: re-evaluating native module sources is not supported. If you areusing the graceful-fs module, please update it to a more recent v ...
分类:
Web程序 时间:
2016-06-18 18:35:45
阅读次数:
168