After the original order is set, you can still leverage methods on the Angular 2 ViewContainer to reorder the components. This is especially helpful w ...
分类:
其他好文 时间:
2016-09-23 20:03:56
阅读次数:
142
软件: 根据维基百科, The first theory about software—prior to creation of computers as we know them today—was proposed by Alan Turing in his 1935 essay Computa ...
分类:
其他好文 时间:
2016-09-17 12:02:06
阅读次数:
121
Design Patterns (Factory, Abstract Factory, singleton, DAO, Proxy): 1. Factory: In Factory pattern, we create object without exposing the creation log ...
分类:
编程语言 时间:
2016-09-10 07:53:15
阅读次数:
207
11G中有个新特性,当表无数据时,不分配segment,以节省空间 解决方法: 1、insert一行,再rollback就产生segment了。 该方法是在在空表中插入数据,再删除,则产生segment。导出时则可导出空表。 2、设置deferred_segment_creation 参数 show ...
分类:
数据库 时间:
2016-08-26 22:39:09
阅读次数:
155
在oracle 11g 中,发现传统的exp不能导出空的表 oracle 11g 新增了一个参数:deferred_segment_creation,含义是段延迟创建,默认是true。具体是什么意思呢? 如果这个参数设置为true,你新建了一个表T1,并且没有向其中插入数据,那么这个表不会立即分配e ...
分类:
数据库 时间:
2016-08-23 11:36:22
阅读次数:
224
今天在自学shell编程的过程中碰到一个题,是计算/etc/passwd文件中第10个用户和第20个用户的id号之和。在没有使用head和tail的情况下,学习了另一个命令。sed命令:#####
#!/bin/bash
#vesion2.0
echo"Adduserid.id11andid22."
#Madebyabc
echo"Creation-time20160720"
echo"Ti..
分类:
系统相关 时间:
2016-07-21 22:09:49
阅读次数:
179
配置就不多说了,直接上图。 关键点在与我创建的时候应该是由于windows权限原因,和根证书一直找不到的原因前后提示了: creation of the root certificate was not successful Failed to find the root certificate i ...
分类:
Web程序 时间:
2016-07-07 19:10:23
阅读次数:
279
1.启动SQL SERVER,选择工具—》选项,去掉“ 阻止保存要求重新创建表的更改”前面的勾。 2.选择设计器 3.去掉“阻止保存要求重新创建表的更改”前面的对号,点击OK. 重新启动SQL SERVER就可以了 。 ...
分类:
数据库 时间:
2016-07-07 17:16:32
阅读次数:
183
电脑重装了sqlserver2008 R2(英文版)后,新建数据表,新建字段,发现有个字段类型设置错了,想修改字段类型,而该表已经保存好了,即保存后修改字段属性。但无法保存修改后的设置,提示“Saving changes is not permitted"(具体如下图) 解决方法: 在菜单栏找到To ...
分类:
数据库 时间:
2016-07-05 22:36:27
阅读次数:
199
OpenWrt Kernel Module Creation Howto About OpenWrt Kernel Module Compilation You are planning to compile a kernel module? This howto will explain what ...
分类:
其他好文 时间:
2016-06-30 23:23:35
阅读次数:
448