码迷,mamicode.com
首页 >  
搜索关键字:ngui tween    ( 1968个结果
sublime格式化插件---HTML-CSS-JS Prettify美化代码
1.HTML-CSS-JS Prettify HTML-CSSS-JS Prettify插件使用js-beautify来格式化js、html与css代码。可以在这里尝试js-beautify的效果原始代码: // This is just a sample script. Paste your re ...
分类:Web程序   时间:2020-01-31 14:32:26    阅读次数:271
next_permutation的使用-Hdu1027
Ignatius and the Princess II Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 14475 Accepted Submi ...
分类:其他好文   时间:2020-01-30 18:48:56    阅读次数:106
mysql单表操作
mysql记录操作 MySQL数据操作: DML 在MySQL管理软件中,可以通过SQL语句中的DML语言来实现数据的操作,包括 1. 使用INSERT实现数据的插入 2. UPDATE实现数据的更新 3. 使用DELETE实现数据的删除 4. 使用SELECT查询数据以及。 插入数据insert ...
分类:数据库   时间:2020-01-28 23:32:39    阅读次数:94
poj-3126 Prime Path
The ministers of the cabinet were quite upset by the message from the Chief of Security stating that they would all have to change the four-digit room ...
分类:其他好文   时间:2020-01-27 17:32:06    阅读次数:56
PAT 甲级 1105 Spiral Matrix (25分)(螺旋矩阵,简单模拟)
1105 Spiral Matrix (25分) This time your job is to fill a sequence of N positive integers into a spiral matrix in non-increasing order. A spiral matrix ...
分类:其他好文   时间:2020-01-26 20:50:27    阅读次数:84
二分-F - Aggressive cows
F - Aggressive cows Farmer John has built a new long barn, with N (2 <= N <= 100,000) stalls. The stalls are located along a straight line at position ...
分类:其他好文   时间:2020-01-22 13:14:00    阅读次数:66
剑指OFFER 整数中1出现的次数
剑指OFFER 整数中1出现的次数 ...
分类:其他好文   时间:2020-01-22 01:13:37    阅读次数:93
3. 聊天列表页面的实现
实现完导航栏后,接着把聊天列表页面做完,完成效果如下: 分析页面,可以将每一个对话封装成一个组件。头像在其余的页面也需要用到,也可以将它封装成一个公共组件; 1. 头像组件 h-avatar.vue <template> <image :src="src" :style="getSize" mode ...
分类:其他好文   时间:2020-01-18 21:06:51    阅读次数:106
C. Nice Garland
C. Nice Garland You have a garland consisting of nn lamps. Each lamp is colored red, green or blue. The color of the ii-th lamp is si ('R', 'G' and 'B ...
分类:其他好文   时间:2020-01-18 16:29:37    阅读次数:90
sharding sphere 4.0.0-RC1版本 按年分表(后续优化)
1. sharding sphere 4.0.0 RC1版本 按年分表(后续优化) 1.1. 概述 关于上一篇中 的`tables LogShardingAlgorithm tables` 现在面对的问题是 的实例化是在Spring初始化中间执行的,且它本身的创建不是通过Spring的 等注解生成, ...
分类:其他好文   时间:2020-01-18 14:27:40    阅读次数:112
1968条   上一页 1 ... 14 15 16 17 18 ... 197 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!