Software

サンプルコード
var strCity = “tokyo”
var flag = false

print(strCity.dynamicType)
結果: String ...

Software

サンプルコード
var strStation =
print(strStation.count)
結果:4

strStation.append(“渋谷”)
print ...

Software

サンプルコード
if strCft.characters.count == 0 {
print(“文字列が空です”)
}

if strCft == “” ...

Java

書式
配列名.length
使用例

package com.arkgame.study;public class ArrelemSample { public static void main(String db ...

JavaScript

書式
return new Promise(xxx)
使用例

<script> function funcA() { return new Promise((resolve) => { reso ...

Software

更新内容

Remove Route in InstallCommand (#4692)
Assign Controller to DataTypes roles (#4670)
Enhance Widget Layo ...

JavaScript

書式
toLocaleString() メソッドは、配列の要素を表す文字列を返します。
使用例
const cft = ;
const localeString = cft.toLocaleString ...

Software

更新内容

#20194 – Improve Java syntax highlighting
atom/github#2399 – Git repository context may be  ...

Software

更新内容

Reactive transactions support. The ReactiveTransactionManager can now be configured for endpoints which produ ...

Debian 11

環境情報
OSのバージョン
# cat/etc/debian_version
11.2

インストールの方法
1.ufw(uncomplicated firewall)をインストールします ...

Kotlin

書式
Regex(“文字\\.”)
使用例

fun main() { val ptn = Regex("test\\.") println("result: "+"test.".match ...

Swift

サンプルコード

internal class Sample { internal let cft = "test12345" internal func funcTest() { print(cft) }}

 

Swift

サンプルコード

class Sample { private static var msg = "test data 123456" func funcA() { print(Sample.msg) }} let cft = S ...

SQLite

環境
Windows10 64bit
SQLite 3.37.0

使用例
1.ダブルクォーテーションが含まれる文字列のデータを挿入します

sqlite> insert into stut ...

Software

更新内容
Command-line docker run options
Better UX for configuring project interpreter

不具合修正

PyCharm res ...

Software

更新内容

Support for gracefully shutting down the embedded web server
Support for customizing the layers when build ...

Software

概要内容

Reading Javadocs in the editor might be annoying because of all the tags you have to cut through, especial ...

Software

1.アノテーションの定義ファイル
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@R ...