码迷,mamicode.com
首页 >  
搜索关键字:work folder    ( 10709个结果
python set集合按行去重
s3=set() #s3=set(open(‘/home/work/ctt/20150409.uid.head‘,‘r‘).readlines()) file=open(‘/home/work/ctt/20150409.uid.head‘) for?line?in?file.readlines(): ???line=line.strip(‘\n‘) #???print?l...
分类:编程语言   时间:2015-05-05 22:06:43    阅读次数:156
Aspose.Cells.dll的用法
1 public void OutExcel() 2 { 3 #region 4 WorkbookDesigner designer = new WorkbookDesigner(); 5 Work...
分类:Web程序   时间:2015-05-05 21:16:13    阅读次数:297
time
时间匆匆,从上周一回家到现在,一直在忙实验室的杂事,各种买东西,采购,取快递。。。还有一些不可预见杂事。五一的三天假期也没有过好,没有刷题,没有看书,没有任何技术上知识上的提升想想自己干了的事情,只是简简单单的干了related work不行不行,得抓紧干论文的事情了,时间真的过得好快自己一定要清楚...
分类:其他好文   时间:2015-05-04 22:02:04    阅读次数:110
unity3d DefineManager 全局宏定义
/** * Editor Wizard for easily managing global defines in Unity * Place in Assets/Editor folder, or if you choose to place elsewhere * be sure to als....
分类:编程语言   时间:2015-05-04 17:12:46    阅读次数:500
Hard Work Does Not Pay Off
Hard Work Does Not Pay OffOlve MaudalAS A PROGRAMMER, YOU’LL FiND THAT working hard often does not pay off. You might fool yourself and a few colleagues into believing that you are con- tributing a lot...
分类:其他好文   时间:2015-05-04 10:05:14    阅读次数:126
ASP.NET MVC 3 Razor Nested foreach with if statements
You need to write code this way. @Html.Raw("") Copy the below code and paste it into your view. it will work. @model IE...
分类:Web程序   时间:2015-05-03 20:19:59    阅读次数:190
【练习6.8】霍夫直线变换、圆变换,cvCanny边缘检测,找圆找直线
提纲题目要求程序代码结果图片要言妙道题目要求:使用霍夫直线变换和霍夫圆变换a、找圆b、找直线程序代码: 1 // OpenCVExerciseTesting.cpp : 定义控制台应用程序的入口点。 2 // 3 //D:\\Work\\Work_Programming\\Source\\Im...
分类:其他好文   时间:2015-05-03 11:50:25    阅读次数:317
Oracle Data Integrator 12c - Creating and Connecting to ODI Master and Work Repositories
This tutorial walks you through the steps that are needed to create and connect to the Oracle Data Integrator (ODI) Master Repository and the ODI Work...
分类:数据库   时间:2015-05-02 11:03:17    阅读次数:149
解题报告 之 POJ3686 The Windy's
最大流 最小费用流 POJ3686 The Windy's The Windy's is a world famous toy factory that owns M top-class workshop to make toys. This year the manager receives N orders for toys. The manager knows that every order will take different amount of hours in different work...
分类:Windows程序   时间:2015-05-02 09:49:13    阅读次数:159
Android getResources的作用和须要注意点
今天做一个Android的文件管理器,里面用到非常多的地方用到了getResources。Drawable currentIcon = null;currentIcon = getResources().getDrawable(R.drawable.folder);currentIcon = ge....
分类:移动开发   时间:2015-05-01 18:33:54    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!