検索結果
表示
user の結果を表示しています。Uskt の結果は見つかりませんでした。
このウィキでページ「Uskt」を新規作成しましょう。検索で見つかった他のページも参照してください。
- OpenSCAD User Manual/2D Primitives OpenSCAD User Manual/3D to 2D Projection OpenSCAD User Manual/2D to 3D Extrusion DXF押し出しによって、2次元のDXFファイルを読み込み3次元のオブジェクトへ変換が可能となる。…633バイト (157 語) - 2013年4月21日 (日) 07:44
- は後方互換性のために残されている)。 OpenSCAD User Manual/Mathematical Operators OpenSCAD User Manual/Mathematical Functions OpenSCAD User Manual/String Functions 原点の座標に直方体を作る。…2キロバイト (4,300 語) - 2015年2月8日 (日) 05:13
- en:OpenSCAD_User_Manualを翻訳 OpenSCAD は3次元CADソフトである。 また、free software であり、GNU/LinuxやMS Windows、Apple OS Xにおいて使用できる。 その他の多くの無料の3Dモデラと違い、OpenSCADはCADとしての側…4キロバイト (366 語) - 2022年7月7日 (木) 08:04
- 原点を中心に球を作る。引数名は省略可である。 引数 r 十進数。球の半径。解像度は大きさや、変数$fa, $fs, $fnに基づく。詳しくはOpenSCAD_User_Manual/Other_Language_Features $fa 最小分割角度(digree) $fs 最小分割長さ(mm) $fn 分割数…8キロバイト (1,248 語) - 2015年8月28日 (金) 12:03
- rotates the view along the vertical axis and the axis pointing towards the user. Dragging with the right or middle mouse button moves the viewing area. For…6キロバイト (861 語) - 2015年8月28日 (金) 12:02
- # 文字列の入力例 user_input = input("文字列を入力してください: ") # 入力を表示 print("入力された文字列は:", user_input) このコードでは、input() 関数を使ってユーザーに文字列の入力を求め、その結果を変数 user_input に格納しています。そして、print()…10キロバイト (1,301 語) - 2024年3月2日 (土) 10:07
- Printf("%v -- recovered(main)\n", err) } }() fmt.Println(subr()) panic("User raised panic") fmt.Println("fin") } func subr() (i int) { defer func() {…2キロバイト (255 語) - 2024年9月10日 (火) 00:08
- フォルダの作成 Windowsの場合、まず、 \AppData\Roaming\LibreOffice\4\user を探す。 そのあと、構成が \AppData\Roaming\LibreOffice\4\user\Scripts\python となるように、フォルダ Scripts および フォルダ python…9キロバイト (1,257 語) - 2023年8月24日 (木) 02:55
- import("example012.stl", convexity=3); import("D:\\Documents and Settings\\User\\My Documents\\Gear.stl", convexity=3); (Windows ではパス名中のバックスラッシュはバックスラッシュでエスケープする必要がある)。…4キロバイト (629 語) - 2015年2月14日 (土) 17:41
- type と which が役に立ちます。 user@localhost:~$ type python python is /usr/bin/python user@localhost:~$ which python /usr/bin/python 訳註 user@localhost:~$ type type…11キロバイト (1,443 語) - 2022年7月15日 (金) 23:42
- ^ https://docs.microsoft.com/ja-jp/office/vba/language/reference/user-interface-help/data-type-summary 2020年10月31日閲覧。 ^ 2.0 2.1 64ビットの実行環境のみ ^…11キロバイト (1,214 語) - 2024年6月27日 (木) 05:42
- fetchUserProfile(), fetchUserPosts(), fetchUserFriends(), ]); print('User Profile: ${results[0]}'); print('User Posts: ${results[1]}'); print('User Friends:…44キロバイト (4,557 語) - 2024年11月15日 (金) 05:00
- userSchema = new mongoose.Schema({ id: Number, name: String }); // モデルの作成 const User = mongoose.model('User', userSchema); // ドキュメントの作成と保存 const user…54キロバイト (6,738 語) - 2024年1月23日 (火) 12:24
- Globals SQL Injection Attacks Cross Site Scripting Attacks Building a secure user login system See also the section on avoiding session fixation in the Sessions…6キロバイト (422 語) - 2018年3月9日 (金) 15:59
- session_start(); セッションにユーザーIDを設定 $_SESSION['user_id'] = 123; セッションからユーザーIDを取得 $user_id = $_SESSION['user_id']; セッションの有効期限の設定 — session_set_cookie_pa…5キロバイト (658 語) - 2023年4月13日 (木) 03:56
- r'<s>\n以下は、タスクを説明する指示です。要求を適切に満たす応答を書きなさい。\n[SEP]\n指示:\n{instruction}\n[SEP]\n応答:\n' USER_NAME = "User" ASSISTANT_NAME = "Assistant" def prepare_input(role_instruction,…12キロバイト (1,504 語) - 2023年9月22日 (金) 13:56
- MINGW64 user@host MINGW64 ~ $ pacman -Syuu mingw32 is up to date mingw64 is up to date ucrt64 is up to date clang64 is up to date msys is up to date user@host…16キロバイト (2,210 語) - 2024年2月28日 (水) 05:26
- internet user とかツイッター「利用者」twitter user とか、ああいうwebサービスの利用者を「ユーザー」 user と言います。 user 「利用者」「ユーザー」 難関私立高校で、ツイッター user やスマホユーザーが出るとのこと(関)。 smartphone user…9キロバイト (1,393 語) - 2024年9月13日 (金) 21:04
- class User { public readonly string $name; public function __construct(string $name) { $this->name = $name; } } $user = new User('John'); $user->name…22キロバイト (2,929 語) - 2024年9月18日 (水) 23:17
- log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"';…48キロバイト (5,618 語) - 2024年6月30日 (日) 02:06