码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
JavaScript动漫作品(闭幕)
笔者:Steven Riche发布时间:2014年2一个月18原文链接:http://code.tutsplus.com/tutorials/javascript-animation-that-works-part-4-of-4--net-35263翻译:子毅 --------- 将JavaScri...
分类:编程语言   时间:2015-10-05 10:25:44    阅读次数:347
关于 clientWidth offsetWidth scrollWidth的理解
无标题文档 width:500px;height:500px;margin:0 auto;border:1px solid #ccc; width:500px;height:500px;margin:0 auto;border:1px solid #ccc;View Code
分类:其他好文   时间:2015-10-05 10:23:36    阅读次数:173
TypeScript手册翻译系列8-常见错误与Mixins
常见错误 下面列出了在使用TypeScript语言和编译器期间,经常会遇到的一些常见错误。 "tsc.exe" exited with error code 1. 解决方案: 检查文件编码为UTF-8 -?https://typescript.codeplex.com/workitem/1587 e...
分类:其他好文   时间:2015-10-04 22:25:22    阅读次数:313
实验一(熟悉Java开发环境)实验报告
实验内容1.使用JDK编译、运行简单的Java程序;2.使用Eclipse 编辑、编译、运行、调试Java程序。实验步骤与体会一、命令行下Java程序开发1、操作过程 在虚拟环境中打开Xface终端通过shell命令在主文件夹下的Code文件夹建立20159212文件夹,再 通过gedit He.....
分类:编程语言   时间:2015-10-04 17:15:47    阅读次数:1414
hdu 1242 Rescue(bfs+优先队列)
Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M File Name: code/hdu/1242.cpp 3 > Auth...
分类:其他好文   时间:2015-10-03 23:09:31    阅读次数:281
02.XMemcached的使用
关于XMemcached的介绍或文档请参考:https://code.google.com/p/xmemcached/wiki/User_Guide_zh 关于Memcached的命令及使用请参考:http://www.runoob.com/memcached/memcached-stats.htm...
分类:系统相关   时间:2015-10-03 23:06:16    阅读次数:409
iOS下拉放大的效果
一,code// 创建UIImageView UIImageView* topView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"IMG_1483"]]; topView.frame = CGRectMake(0, -H.....
分类:移动开发   时间:2015-10-03 18:02:34    阅读次数:178
LintCode "Coins in a Line"
Recursion + Memorized Search(DP). And apparently, the code below can be iterative with only 3 vars - DP.class Solution { unordered_map cache;public...
分类:其他好文   时间:2015-10-03 13:12:54    阅读次数:169
Python 新浪微博中提取最常见转载的微博转载了几次,username,内容
CODE:#!/usr/bin/python # -*- coding: utf-8 -*-'''Created on 2014-7-4@author: guaguastd@name: findPopularRepost.py''' if __name__ == '__main__': ...
分类:编程语言   时间:2015-10-03 10:42:59    阅读次数:203
LintCode "Word Break"
LeetCode AC code failed last case with TLE. We need further pruning - we only enumerate all possible lengths of all dict words.class Solution { vec...
分类:其他好文   时间:2015-10-03 07:20:37    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!