码迷,mamicode.com
首页 >  
搜索关键字:arch    ( 7043个结果
windows+群辉服务器环境下,搭建git版本管理
GitServer搭建与使用入门一、群辉服务器安装GitServer,作为远程主机。 安装GitServer过程参考博客: http://www.tuicool.com/articles/ERfmmim, http://www.cnblogs.com/softman11/archive/2013/1 ...
分类:Windows程序   时间:2016-10-22 20:35:52    阅读次数:306
搜索相关题目
1. 并查集相关的题目 2. Surrounded Regions Given a 2D board containing 'X' and 'O', capture all regions surrounded by 'X'. A region is captured by flipping all ...
分类:其他好文   时间:2016-10-22 17:09:00    阅读次数:188
asp.net多文件上传
文件上传简单实现是非常容易的,但是想要更高的要求,比如通过ajax上传文件、一次上传多个文件、文件比较大等等,这里面的坑就不是很容易填(对于新手来说)。因此在这里我准备通过ajax实现多文件上传。在开始贴代码之前,要注意几点: 1.<input type="file" />是必须要加name的,不知 ...
分类:Web程序   时间:2016-10-22 15:12:02    阅读次数:286
Winform开发框架之通用高级查询模块--SNF快速开发平台3.3-Spring.Net.Framework
最近项目确实忙,但也是一直忙于有关项目和框架技术的事情,也一直致力于改善我的WInform开发框架.使得自己及客户使用起来更加方便,更加友好,更加高效。 在很多程序模块中都很常见,也是给客户扩展查询的一个很好的补充,由于我一直希望我的Winform开发框架能够精益求精,所以做了这个模块,希望对今后我 ...
分类:编程语言   时间:2016-10-22 14:37:43    阅读次数:331
[Angular 2] Share Template Content In Another Template With Content Projection <ng-content>
Angular 1 provided a mechanism to place content from your template inside of another template called transclusion. This concept has been brought into ...
分类:其他好文   时间:2016-10-22 07:52:22    阅读次数:273
centos 7 安装mysql
# wget http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm # rpm -ivh mysql-community-release-el7-5.noarch.rpm # yum install mysql-commu ...
分类:数据库   时间:2016-10-22 07:44:07    阅读次数:233
卡通渲染
Shader的学习方法总结 http://www.cnblogs.com/Esfog/p/How_To_Learn_Shader.html 图形学原理之卡通渲染 http://sanwen8.cn/p/1f1p0DF.html http://mp.weixin.qq.com/s?__biz=MjM5 ...
分类:其他好文   时间:2016-10-22 07:18:11    阅读次数:171
内存管理初始化源码5:free_area_init_nodes
start_kernel ——> setup_arch ——> arch_mem_init ——> |——> bootmem_init |——> device_tree_init |——> sparse_init |——> plat_swiotlb_setup |——> paging_init 我们 ...
分类:其他好文   时间:2016-10-19 19:19:08    阅读次数:196
Kconfig基本语法
Linux 内核在2.6版本以后将配置文件由原来的config.in改为Kconfig。当执行make menuconfig时会出现内核的配置界面,所有配置工具都是通过读取arch/$(ARCH)Kconfig文件来生成配置界面,这个文件就是所有配置的总入口,它会包含其他目录的Kconfig。 Kc... ...
分类:其他好文   时间:2016-10-17 00:17:18    阅读次数:335
2015.3.7 Dll CString不能作为传入参数而要用char*
extern "C" __declspec(dllexport) void CalcArc_2(Point2D& pm, double am, double an, CString td, Arch& arc) td在析构时经常出些莫名其妙的错误,原因是CString的机制跟内存有关 传入参数改成c ...
分类:其他好文   时间:2016-10-15 19:06:18    阅读次数:120
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!