码迷,mamicode.com
首页 >  
搜索关键字:original    ( 2117个结果
视频上传
input框: 导入css文件: javascript: 视频上传到ftp服务器: 远程服务器的配置信息: 视频上传导入的js文件链接https: //pan.baidu.com/s/1HLBkj0WNTzC1lRi_H5t4Rg ...
分类:Web程序   时间:2018-08-16 16:29:24    阅读次数:296
Leetcode-423 Reconstruct Original Digits from English(从英文中重建数字)
1 class Solution 2 { 3 public: 4 string originalDigits(string s) 5 { 6 vector CharacterList(26,0); 7 for(auto c:s) 8 { 9 ... ...
分类:其他好文   时间:2018-08-16 13:55:15    阅读次数:243
HDU——2955Robberies
Robberies Time Limit: 1000msMemory Limit: 32768KB This problem will be judged on HDU. Original ID: 2955 64-bit integer IO format: %I64d Java class nam ...
分类:其他好文   时间:2018-08-15 19:04:38    阅读次数:154
mybatis源码解析4---SqlSession解析
由之前解析可知,mybatis启动的时候会加载XML配置文件解析生成全局配置对象Configuration对象,SqlSessionFactoryBuilder类会根据Configuration对象创建一个DefaultSqlSessionFactory对象,而DefaultSqlSessionFa ...
分类:数据库   时间:2018-08-15 14:54:34    阅读次数:195
zookeeper安装
0. zookeeper源码包下载 http://mirror.bit.edu.cn/apache/zookeeper/ 1. 集群环境 Master 172.16.11.97 Slave1 172.16.11.98 Slave2 172.16.11.99 2. 下载软件包 #Master wget ...
分类:其他好文   时间:2018-08-14 21:11:11    阅读次数:142
修改与删除@property封装的数据属性
# 修改与删除@property封装的数据属性 # 原始通过@property实现的功能:将类中定义的函数属性,通过装饰器@property将其封闭成数据属性,这时是不能删除和修改这个数据属性的 class Room: def __init__(self, name, width, length):... ...
分类:其他好文   时间:2018-08-14 00:57:46    阅读次数:189
A - Fast Fourier Transform
Pavel had two positive integers a and b. He found their sum s and greatest common divisor g, and forgot a and b after that. Help him to restore the or ...
分类:其他好文   时间:2018-08-13 19:36:07    阅读次数:148
请通过vim练习:vim vimtutor
vim vimtutor W e l c o m e t o t h e V I M T u t o r - Version 1.7 =欢迎使用VIM教程 1.7版 Vim is a very powerful editor that has many commands, too many toex ...
分类:系统相关   时间:2018-08-12 21:36:54    阅读次数:220
第1章 文件类基础命令
本文只会阐述常用内容,具体的请查看man手册。 1.1 路径符号说明 在Linux中路径分为绝对路径和相对路径,绝对路径顾名思义是从根(/)开始的,而相对路径则是相对于某个位置开始(即不从根开始),因此就有了一些路径符号。下面说明一下路径符号。 路径展开符号: . :(一个点)表示当前目录 .. : ...
分类:其他好文   时间:2018-08-07 15:13:24    阅读次数:160
NativeXml
NativeXml GITHUB: https://github.com/kattunga/NativeXml THIS IS A FORK WITH SOME FIXES AND IMPROVEMENTS IS NOT THE ORIGINAL LIBRARY YOU CAN FIND THE O ...
分类:其他好文   时间:2018-08-07 10:16:56    阅读次数:123
2117条   上一页 1 ... 50 51 52 53 54 ... 212 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!