码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
创建java普通工程 ( 4 )
1.在eclipse最左侧点击属表右键选择new然后选择other 2.选择java Project 点击next 3.给当前工名起个名字,点击finish就可以了 4.至此,java普通工程就已经创建完毕,我们通过图片可以看到该工程已经默认依赖于jre-1.9的环境 ...
分类:编程语言   时间:2019-07-07 09:22:27    阅读次数:94
你真的会Linux常用命令么——netstat查看端口
查看Linux端口
分类:Web程序   时间:2019-07-06 20:58:54    阅读次数:162
数据结构3(串)
第3章 串 【例3-1】已知字符串:a=“an apple”,b=“other hero”,c=“her”,求: (1)concat(substr(a,1,2),b)。 (2)replace(a,substr(a,5,1),c)。 (3)index(a,c)和index(b,c)。 解: (1)返回 ...
分类:其他好文   时间:2019-07-06 19:24:14    阅读次数:198
dubbo(一)
1. Introduction Dubbo is an open-source RPC and microservice framework from Alibaba. Among other things, it helps enhance service governance and makes ...
分类:其他好文   时间:2019-07-06 19:11:48    阅读次数:116
TypeScript + node.js + github.api, 实现github快速找到目标用户
一、TypeScript简介 1.定义 (1)Typescript = JavaScript + type + ( some other stuff ) (2)Typescript需要先被编译成Javascript,而后才能使用 2.demo 安装typescript: npm install ty ...
分类:Windows程序   时间:2019-07-06 00:33:18    阅读次数:149
Python中的数据类型转换举例及脚本统计服务器内存实例
统计系统剩余的内存In[1]:s1=‘abc‘In[2]:help(s1.startswith)Helponbuilt-infunctionstartswith:startswith(...)S.startswith(prefix[,start[,end]])->boolReturnTrueifSstartswiththespecifiedprefix,Falseotherwise.With
分类:编程语言   时间:2019-07-02 13:33:48    阅读次数:161
联想拯救者Y7000安装双系统:win10 + ubuntu16.04 (GTX1060显卡)
1、下载Ubuntu16.04首先去Ubuntu的官网下载一个Ubuntu16.04的iso镜像文件。我下载的文件名:ubuntu-16.04.6-desktop-amd64.iso2、UltraISO制作U盘安装写入方式:USB-HDD+其它默认3、硬盘分区我装了一个480G的硬盘,都留给了Ubuntu,如果不另装硬盘,通过Windows自带的管理->磁盘管理来为ubuntu分出空间,切记
分类:Windows程序   时间:2019-07-01 17:05:42    阅读次数:815
跨域请求
报错:Access to XMLHttpRequest at 'http://197.7.50.83:27/WebServices/other/PlaneHandlerJ.ashx' from origin 'http://197.7.50.83:8080' has been blocked by ...
分类:其他好文   时间:2019-07-01 10:41:59    阅读次数:81
23 期-原文 6.30
给大型科技公司的信号20 考研题源外刊精讲赏析-23 期-原文 Ⅰ Calls to break up Facebook this week were interrupted by a more immediate threat to a companyjust down the road1. Th ...
分类:其他好文   时间:2019-06-30 12:47:30    阅读次数:187
js2flowchart
https://github.com/Bogdan-Lyashenko/js-code-to-svg-flowchart js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG ...
分类:Web程序   时间:2019-06-30 09:29:36    阅读次数:230
5856条   上一页 1 ... 78 79 80 81 82 ... 586 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!