link($name)会使用..get$name...即有hasmany和hasone... // update lazily loaded related objects if (!$relation->multiple) { $this->_related[$name] =...
分类:
其他好文 时间:
2014-09-04 09:39:38
阅读次数:
203
Linux/Unix操作系统熟悉的人都通常是用console命令控制台来进行相应的操作。 Linux/Unix操作系统查看网卡mac地址的方法可以通过以下命令获得: 1.ifconfig -a 2.ip link show 3.ip address show
分类:
系统相关 时间:
2014-09-04 01:22:17
阅读次数:
208
突然断网,以前房东的路由器管理页面可以打开,今天突然间就打不开了。ping了下,可以ping同,于是就想起了房东的路由器是TP-LINK的 可以 telnet登陆的。每次,断网,我都会重启房东的路由器。每次都会很快连上。这次也不例外。选择了用telnet 上后 用命令重启房东的路由器。telnet ...
分类:
Web程序 时间:
2014-09-04 00:08:17
阅读次数:
329
最近有客户提出大数据量Topo图的自动布局问题,在Topo中除了Node、Link,还包括Group、Subnetwork等容器组件。在这样的情况下,我们抛开布局算法不谈,主要分析如何提高布局的性能,如何让TWaver能够支持更强大的数据量,让整体的布局效果更人性化。
分类:
其他好文 时间:
2014-09-03 12:57:56
阅读次数:
455
PHP是以UNIX的文件系统为模型的,因此在Windows系统中我们只能获得“file”、“dir”或者“unknown”三中文件类型。而在UNIX系统中,我们可以获得“block”、“char”、“dir”、“fifo”、“file”、“link”和“unknown”7种类型,各文件类型的详细说明...
分类:
Web程序 时间:
2014-09-03 12:46:26
阅读次数:
445
最近有客户提出大数据量Topo图的自动布局问题,在Topo中除了Node、Link,还包括Group、Subnetwork等容器组件。在这样的情况下,我们抛开布局算法不谈,主要分析如何提高布局的性能,如何让TWaver能够支持更强大的数据量,让整体的布局效果更人性化。...
分类:
其他好文 时间:
2014-09-03 11:15:36
阅读次数:
427
There are some useful tools in Unix/Linux to check out how the system is going on.Here is a short summery of them:This comes from a link below.=======...
分类:
系统相关 时间:
2014-09-03 08:21:56
阅读次数:
304
访问照片表
select * from zp@dblink1 where a1='11111';
会报错:ora-22992 无法使用从远程表选择的LOB定位器
改为以下方法:
drop table temp
Create table temp as select * from zp@dblink1 where a1='002';
select * from temp;...
分类:
数据库 时间:
2014-09-02 21:25:31
阅读次数:
255
参考潘神的博客:http://blog.csdn.net/mypsq/article/details/39005991#include
#include
#define N 30
struct node {
int x,y,xx,yy;
}f[N],ff[N];
int link[N],visit[N];
int main() {
int n,m,i,j,k,cou,index,cnt;...
分类:
其他好文 时间:
2014-09-02 19:54:35
阅读次数:
236
在线安装 本地安装 1.link: ? ? ? ? ?在你的 eclipse 安装的根目录下创建两个文件夹:links,mavenPlugins(文件夹名称可自定义),把eclipse-????maven3-plugin.7z解压 后的features和plugins文件夹放到...
分类:
系统相关 时间:
2014-09-02 18:15:35
阅读次数:
231