var keys = {
'api': 'APIキー',
'secret': 'secretキー'
};
function get_nonce(){
return (new Date().getTime() / 1000).toFixed(0);
}
function toHexString(data) {
return data.map(function(e) {
■Python 2.7 2020年1月1日
PEP 373 -- Python 2.7 Release Schedule
Update Python 2.7 EOL date
■Java
Java Web Start, Java Applet →Java 11から提供されない
Java Applet
■Flash
2020年12月末
#メモ
質問文のソースコード部分はcodeタグで囲ってくださいな。 https://teratail.com/help/question-tips#questionTips3-5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```Python | |
def trace_calls(frame, event, arg): | |
if event != 'line': | |
return trace_calls | |
from functools import lru_cache | |
from linecache import getline | |
@lru_cache(maxsize=128) | |
def line_cache(filename: str, line_no: int): | |
return getline(filename, line_no).rstrip() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){let s=document.createElement('script');s.src='https://umyuu.github.io/version_switcher/src.js';document.querySelector('body').prepend(s);})(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```Python | |
# -*- coding: utf-8 -*- | |
""" | |
poc 2 | |
opencvを使って、PhotoImageの処理を代替する。 | |
""" | |
import asyncio | |
from concurrent.futures import ThreadPoolExecutor as PoolExecutor | |
#from concurrent.futures import ProcessPoolExecutor as PoolExecutor | |
from contextlib import closing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```Java | |
import java.util.Random; | |
import java.util.Arrays; | |
class Wandbox | |
{ | |
public static void main(String[] args) | |
{ | |
final Random rnd = new Random(); |
◇スクリーンショット
Shortcut Key | 内容 |
---|---|
Win + Print Screen | ファイル名を付けて画面を保存 |
Win + Shift + S | 範囲を指定してクリップボードにコピー |
◇ファイルパスのコピー
| Shortcut Key | 内容 |
W0201:Attribute 'output_frame' defined outside init
OlderNewer