码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
NX二次开发-NXOPEN创建工程图表格Annotations::TableSectionBuilder *tableSectionBuilder1;
1 NX9+VS2012 2 3 4 #include <uf.h> 5 #include <uf_tabnot.h> 6 #include <NXOpen/Part.hxx> 7 #include <NXOpen/PartCollection.hxx> 8 #include <NXOpen/Ses ...
分类:其他好文   时间:2019-05-31 21:21:13    阅读次数:211
Huge Packet Drops (Tx drops) Observed on NetScaler
Huge Packet Drops (Tx drops) Observed on NetScaler 来源 https://support.citrix.com/article/CTX215843 Shell Command : nsconmsg101 -K newnslog -g nic_err ...
分类:Web程序   时间:2019-05-31 16:51:16    阅读次数:130
11-215. Kth Largest Element in an Array
题目描述: Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element. Ex ...
分类:其他好文   时间:2019-05-31 01:07:55    阅读次数:119
Ubuntu搭建docker环境
一丶自己搭建Ubuntu的虚拟机(网上很多教程) PS:下带图形化界面的Ubuntu镜像,这里只说一下要装那些工具和做那些配置 安装vim sudo apt-get install vim 更换ubuntu的更新源 1.备份系统自带源 mv /etc/apt/sources.list /etc/ap ...
分类:系统相关   时间:2019-05-30 22:02:21    阅读次数:227
weui 可移动悬浮按钮
@CHARSET "UTF-8"; /** 右下角跳转按钮 跳转到列表 */ #list_note_icon { position: fixed; bottom: 10%; right: 8%; z-index: 888; background: #ff9900; width: 80px; heig ...
分类:移动开发   时间:2019-05-30 22:01:43    阅读次数:700
Vue.js——vue-router 60分钟快速入门
概述 vue-router是Vue.js官方的路由插件,它和vue.js是深度集成的,适合用于构建单页面应用。vue的单页面应用是基于路由和组件的,路由用于设定访问路径,并将路径和组件映射起来。传统的页面应用,是用一些超链接来实现页面切换和跳转的。在vue-router单页面应用中,则是路径之间的切 ...
分类:Web程序   时间:2019-05-30 12:00:24    阅读次数:195
[LeetCode] Longest Substring Without Repeating Characters 最长无重复字符的子串 C++语言 java语言实现
[LeetCode] Longest Substring Without Repeating Characters 最长无重复字符的子串 Given a string, find the length of the longest substring without repeating charac ...
分类:编程语言   时间:2019-05-30 01:18:05    阅读次数:106
linux搭建svn服务器
1、检查系统是否已经安装如果安装就卸载 检查:svnserve --version 卸载:yum remove subversion 2、安装 yum install subversion 3、建立SVN库(文件位置可自由) 创建仓库文件夹:mkdir -p /opt/svn/repository ...
分类:系统相关   时间:2019-05-28 12:55:13    阅读次数:114
【LeetCode】4.Array and String — Diagonal Traverse 对角线遍历
Given a matrix of M x N elements (M rows, N columns), return all elements of the matrix in diagonal order as shown in the below image. Example: Note: ...
分类:其他好文   时间:2019-05-27 19:21:03    阅读次数:141
[LeetCode] Surface Area of 3D Shapes 三维物体的表面积
On a grid, we place some cubes. Each value represents a tower of cubes placed on top of grid cell . Return the total surface area of the resulting sha ...
分类:其他好文   时间:2019-05-26 23:40:48    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!