Software

ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
downloadサイトからダウンロード
対応OS
Windows NT/2000/XP/Vista/7/8 ...

Python

構文
def __init__(引数):
サンプルコード

# coding: utf-8#!/usr/bin/python3class User: def __init__(self, name): self.u ...

VB.net

書式
WaitForExit()
関連付けられたプロセスが終了するまで無期限に待機するように Process コンポーネントに指示します。

使用例

Imports System.TextImports ...

CentOS

OSのバージョン
# cat/etc/redhat-release
CentOS Linux release 8.3.2011
1.事前確認
# cat/etc/locale.conf
LANG ...

Bootstrap4

使用方法
<ul class=”nav”>
<li class=”nav-item”>
サンプルコード

<!DOCTYPE h ...

Software

ダウンロード:
提供元サイトからダウンロード

概要:
上書き保存を実行する時間間隔は任意の時間を指定することができる
任意のアプリケーションのみで実行することもできる
自動で作業中のファイル ...

JavaScript

環境
Google Chrome 99.0.4844.51

書式
appendChild() は Node インターフェイスのメソッドで、指定された親ノードの子ノードリストの末尾にノードを追加します。

Swift

書式
//ボタン無効(有効)
button.isEnabled = false(true)
「.isEnabled」を利用してUIButtonのisEnabledの切り替えをします。

使用例 ...

Spring Boot

1.Controller側クラスの作成

@ModelAttributeUserForm setUpForm(){ return new UserForm();}@RequestMapping(value ="/",method ...

IOS

サンプルコード:
#import <Foundation/Foundation.h>

int main(int argc, charchar * argv[])
{
@autorelea ...

Linux

書式
history 行数
# history 5
238 date
239 cat/etc/redhat-release
240 docker –version
241 h ...

IT

1.http requestインターセプタ
//requestインターセプタを追加
axios.interceptors.request.use(function (config) {
return confi ...

Bootstrap4

書式
.badge, .badge-*:バッジを表示
使用例

<head> <title>Bootstrapのサンプル</title> <meta charset="ut ...

Source

server {
listen 80;
server_name www.ci.com;
location/{
root c:/startnews24/Codeigniter_2.0.1/;
in ...

Software

シンプル関数で判断:
Function inject_check($sql_str) {
return preg_match(‘/select|insert|and|or|update|delete|\&# ...

Source

目的:
PHPでCSVファイルをダウンロードさせる、文字列も可能です、CSVファイルも大丈夫です。
サンプル1:ファイルを読み取ってダウンロード
サンプル2:文字列のダウンロード

サンプル1

Source

function profile($dump = FALSE)

{
static $profile;
if($dump){
$temp = $profile;
//ポインタを破壊
u ...

Source

1.upload.html

<html>
<head>
<title>iframeリフレッシュなしでファイルのアップロード/擬似ajaxアップロード</title& ...