新建一个CommandLine Tool 1、输出helloworld /* 我的第一个 Swift 程序 */ var myString = "Hello, World!" print(myString) 2、数值类型 var a=1var b=2print(a+2) ///3 3、字符串类型 v ...
分类:
编程语言 时间:
2020-03-01 01:07:03
阅读次数:
77
一、Putty进行ssh连接。 完成最基本配置之后,就远程连接服务器了。在windows是我习惯putty 在我以前的老电脑里面找一个putty是0.6版本的,连上Ip ,还是原来的配方,还是原来的味道。 查看了一些about,是07年的版本,太老了,我于是赶紧去putty的官网查了一些,最新的稳定 ...
分类:
系统相关 时间:
2020-02-29 20:42:33
阅读次数:
198
换 Mac Pro 也有一年了,目前自己使用的软件已经完全可以满足日常和开发使用了,贴出来,供有需要的人参考。 PS:直接点击软件名称即可跳转到下载地址,加\ 的为付费软件,有时间会详细介绍一些软件的使用方法。 一、日常必备 输入法: "搜狗输入法" 浏览器: "Chrome" 影音: "人人影视( ...
分类:
系统相关 时间:
2020-02-29 14:48:42
阅读次数:
109
前言我以为第一次接触 swift 语言时,看到函数的表示形式如下:func fun(num: Int) -> Int { return num + 1 }let f = fun(1)和Objective-C对比一下:- (int)fun:(int)num { return num + 1;}int ... ...
分类:
其他好文 时间:
2020-02-28 12:03:44
阅读次数:
70
Pycharm是一款很好用的python开发工具,开发Python爬虫和Python web方面都很不错 这里我为大家提供了pycharm激活方式2089年(都支持PyCharm20 激活步骤如下: 1、修改hosts激活 修改hosts文件 将0.0.0.0 account.jetbrains.c ...
分类:
其他好文 时间:
2020-02-27 19:03:58
阅读次数:
5469
There are six items related to the needleless endovascular catheter system mentioned in the 2017 CDC / HICPAC Intravascular Catheter Related Infection ...
分类:
其他好文 时间:
2020-02-27 13:29:16
阅读次数:
85
My research about how attachment data is stored in cluster table: System AG3/001, Product: ZJERRYTEST1124, upload one text attachment with 58 bytes. C ...
分类:
其他好文 时间:
2020-02-27 13:17:02
阅读次数:
75
http://help.autodesk.com/view/3DSMAX/2020/ENU/?guid=__developer_about_the_3ds_max_sdk_sdk_requirements_html ...
分类:
其他好文 时间:
2020-02-26 22:59:08
阅读次数:
66
gitlab官方的ubuntu安装说明 https://about.gitlab.com/install/#ubuntu 该安装说明介绍的是gitlab-ee版本 按照该说明也能安装gitlab-ce版本. 用清华源安装,有些不同. 首先信任 GitLab 的 GPG 公钥: curl https: ...
分类:
其他好文 时间:
2020-02-26 18:28:09
阅读次数:
267
ChoosethreeWhichthreearetrueabouttheCREATETABLEcommand?A)ItcanincludetheCREATE...INDEXstatementforcreatinganindextoenforcetheprimarykeyconstraint.B)Theownerofthetableshouldhavespacequotaavailableonthe
分类:
其他好文 时间:
2020-02-25 20:31:23
阅读次数:
64