码迷,mamicode.com
首页 >  
搜索关键字:ane    ( 1732个结果
Python常用第三方库
Pillow图像处理库 requests 访问网络资源 chardet 用于检测编码 psutil (process and system utilities)系统监控 ...
分类:编程语言   时间:2018-06-03 17:39:37    阅读次数:225
(二)Activiti之——activiti数据库表介绍
1. 数据库表的命名 Activiti的表都以ACT_开头。 第二部分是表示表的用途的两个字母标识。 用途也和服务的API对应。 ACT_RE_*: 'RE'表示repository。 这个前缀的表包含了流程定义和流程静态资源 (图片,规则,等等)。 ACT_RU_*: 'RU'表示runtime。 ...
分类:数据库   时间:2018-06-03 14:46:32    阅读次数:304
HDU - 4725 (The Shortest Path in Nya Graph)层次网络
题意:有n个点,每个点都在一个层内,层与层之间的距离为c,一个层内的点可以到达与它相邻的前后两个层的点,还有m条小路 。。时间真的是卡的很恶心啊。。。 借一下别人的思路思路: 这题主要难在建图上,要将层抽象出来成为n个点(对应编号依次为n+1~n+n),然后层与层建边,点与点建边,层与在该层上的点建 ...
分类:其他好文   时间:2018-06-03 14:34:03    阅读次数:157
Unity 4.x 资源打包
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; public class ExportAssetBundles : MonoBehaviour { //... ...
分类:编程语言   时间:2018-06-02 11:34:37    阅读次数:126
Circles and Pi
Circles and Pi Introduction id: intro 1 For as long as human beings exist, we have looked to the sky and tried to explain life on Earth using the moti ...
分类:其他好文   时间:2018-06-02 11:26:14    阅读次数:151
nginx 域名绑定 域名, nginx 域名绑定 端口
然后重起nginx服务器,域名就绑定成功了nginx服务器重起命令:/etc/init.d/nginx restart二、一个文件多个域名的写法一个文件添加多个域名的规则也是一样,只要把上面单个域名重复写下来就ok了,如: 三、不带www的域名加301跳转如果不带www的域名要加301跳转,那也是和 ...
分类:其他好文   时间:2018-06-01 10:41:07    阅读次数:124
6.1 - 图书增删改查页面
一、需求及注意事项 二、数据库 三、页面效果 四、主要代码 ...
分类:其他好文   时间:2018-05-31 00:40:20    阅读次数:264
ABAP术语-SAPNET
SAPNET 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/17/1109823.html SAPNet is the intranet portal of SAP that provides a role-based and person ...
分类:Web程序   时间:2018-05-30 13:57:17    阅读次数:229
oo第三次博客
1.规格化设计调研 Coding conventions for projectsApache Developers' C Language Style GuideDrupal PHP Coding StandardsZend Framework Coding StandardsGNU Coding ...
分类:其他好文   时间:2018-05-29 01:45:18    阅读次数:128
nyoj 49-开心的小明(动态规划, 0-1背包问题)
49-开心的小明 内存限制:64MB 时间限制:1000ms Special Judge: No accepted:7 submit:11 题目描述: 小明今天很开心,家里购置的新房就要领钥匙了,新房里有一间他自己专用的很宽敞的房间。更让他高兴的是,妈妈昨天对他说:“你的房间需要购买哪些物品,怎么布 ...
分类:其他好文   时间:2018-05-29 00:32:31    阅读次数:201
1732条   上一页 1 ... 78 79 80 81 82 ... 174 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!