码迷,mamicode.com
首页 >  
搜索关键字:sep    ( 2064个结果
wpf z
Finding an ancestor of a WPF dependency object This is a simple snippet which helps you to find a specified parent of a given WPF dependency object so ...
分类:Windows程序   时间:2017-04-16 19:00:26    阅读次数:305
导航系统(二)
一、导航系统部分Bake属性的效果 1)Agent Radius: 新建一个平面Plane,应用Static属性(可以在Inspector检视图勾选也可以在Navigation导航窗口中勾选“Navigation Static”选项)。设置Bake属性中“Agent Radius”为0.3,烘焙如图 ...
分类:其他好文   时间:2017-04-16 17:15:59    阅读次数:164
ZOJ3469 Food Delivery[区间dp]
When we are focusing on solving problems, we usually prefer to stay in front of computers rather than go out for lunch. At this time, we may call for ...
分类:其他好文   时间:2017-04-13 21:12:55    阅读次数:193
yii2 advance安装
转载自:http://www.genshuixue.com/i-cxy/p/7986531 1. 前提条件,php版本得> 5.4D:\phpStudy>php -v PHP 5.5.17 (cli) (built: Sep 16 2014 16:17:50) Copyright (c) 1997- ...
分类:其他好文   时间:2017-04-13 12:46:45    阅读次数:326
os模块常用模块
import os 1.os.sep 可以取代操作系统特定的路径分割符。 2.os.name字符串指示你正在使用的平台。比如对于Windows,它是'nt',而对于Linux/Unix用户,它是'posix'。 3.os.getenv() 获取系统路径 4.os.listdir(dirname)返回 ...
分类:其他好文   时间:2017-04-13 00:30:57    阅读次数:175
join()的用法
Python中有join()和os.path.join()两个函数,具体作用如下: join(): 连接字符串数组。将字符串、元组、列表中的元素以指定的字符(分隔符)连接生成一个新的字符串 os.path.join(): 将多个路径组合后返回 一、函数说明1、join()函数 语法: 'sep'.j ...
分类:其他好文   时间:2017-04-12 22:53:19    阅读次数:181
ps命令
转自: http://blog.csdn.net/hanner_cheung/article/details/6081440 Linux上进程有5种状态:1. 运行(正在运行或在运行队列中等待)2. 中断(休眠中, 受阻, 在等待某个条件的形成或接受到信号)3. 不可中断(收到信号不唤醒和不可运行, ...
分类:其他好文   时间:2017-04-12 11:17:26    阅读次数:226
php分页例子实现读取mysql数据分页显示
以下代码是PHP分页案例,测试通过,主要是PHP+mysql实现分页,代码来处百度空间,有兴趣看的话可以了解一下PHP是如何分页的? ...
分类:数据库   时间:2017-04-11 14:02:29    阅读次数:246
浅谈Linux的du命令
**du(disk usage),顾名思义,查看目录/文件占用空间大小**1.查看当前目录下的所有目录以及子目录的大小 du -h du -ah #-h:用K、M、G的人性化形式显示#-a:显示目录和文件 du -h tmpdu -ah tmp#只查看当前目录下的tmp目录(包含子目录)的大小2.查 ...
分类:系统相关   时间:2017-04-11 11:17:31    阅读次数:236
csuoj-1005-Binary Search Tree analog
题目: Description Binary Search Tree, abbreviated as BST, is a kind of binary tree maintains the following property: each node has a Key value, which ca ...
分类:其他好文   时间:2017-04-10 21:14:10    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!