码迷,mamicode.com
首页 >  
搜索关键字:asp.net core    ( 18312个结果
Symfony2 UserSecurityEncoder实现自己的验证方式
fosuserbundle默认使用sha512加密如果要实现自己的加密方式 需要继承Symfony\Component\Security\Core\Encoder\BasePasswordEncoder 31 ) { throw new \InvalidArgum...
分类:其他好文   时间:2014-09-19 02:18:14    阅读次数:216
select, poll, epoll详解(二)
1. Select源码解析     基于2.6.28内核代码,select主要包含4个函数。     sys_select:处理时间参数,然后调用core_sys_select。     core_sys_select:处理三个fd_set参数(in, out, ex),然后调用do_select。     do_select:遍历所有的fd,做select/poll的工作。在合适的时机把...
分类:其他好文   时间:2014-09-19 01:12:44    阅读次数:192
CUDA编程->CUDA入门了解(一)
安装好CUDA6.5+VS2012,操作系统为Win8.1版本,首先下个GPU-Z检测了一下:             看出本显卡属于中低端配置,关键看两个:      Shaders=384,也称作SM,或者说core/流处理器数量,数量越大,执行并行线程越多,单位时间计算量也就越大。      BusWidth=64Bit,这个越大,数据的处理速度也就越快      接下来看...
分类:其他好文   时间:2014-09-18 22:22:20    阅读次数:420
linux下生成core dump文件方法及设置
core dump的概念:Acore dumpis the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated...
分类:系统相关   时间:2014-09-18 18:38:14    阅读次数:208
[RK_2014_0918]linux下,测试usleep函数对CPU占用率的影响
一、本机环境CPU信息Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHzIntel(R) Core(TM) i3 CPU M 350 @ 2.27GHzIntel(R) Core(TM) i3 CPU M 350 @ 2.27GHzIntel(R) Core...
分类:系统相关   时间:2014-09-18 13:00:53    阅读次数:236
Adaptively handling remote atomic execution based upon contention prediction
In one embodiment, a method includes receiving an instruction for decoding in a processor core and dynamically handling the instruction with one of mu...
分类:其他好文   时间:2014-09-18 01:57:33    阅读次数:376
Solr4.8.0源码分析(9)之Lucene的索引文件(2)
Solr4.8.0源码分析(9)之Lucene的索引文件(2)一.Segments_N文件 一个索引对应一个目录,索引文件都存放在目录里面。Solr的索引文件存放在Solr/Home下的core/data/index目录中,一个core对应一个索引。 Segments_N例举了索引所有有效的s...
分类:其他好文   时间:2014-09-18 00:48:03    阅读次数:325
[Java Web]Struts2解决中文乱码问题
1.设置struts的字符编码,可以在struts.xml中增加以下代码: 或者找到struts的默认配置文件,位置在 struts2-core-2.3.16.3.jar 里面 org.apache.struts2 包中的 default.properties 文件。修改以下配置: ### This can be used to set your default locale ...
分类:编程语言   时间:2014-09-17 18:44:12    阅读次数:222
Java经典书籍推荐
Core Java 2(最新版已经到了第七版,共2卷):基础  Thinking in Java(最新版已经到了第四版):提高  Effective Java:高级(强烈推荐)  The JavaTM Virtual Machine Specification, Second Edition(深入剖析JVM的运行机制):难  The Java Language Specification(...
分类:编程语言   时间:2014-09-17 15:19:32    阅读次数:235
配置SSH三大框架报错
1、错误描述 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-9-16 23:49:57 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded...
分类:其他好文   时间:2014-09-17 01:12:31    阅读次数:261
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!