ref: CentOS 7にyumでGoを入れてHello Worldするまで - Qiita
$ export LC_ALL=C
$ sudo yum update -yref: CentOS 7にyumでGoを入れてHello Worldするまで - Qiita
$ export LC_ALL=C
$ sudo yum update -y>>> c = {str(i):i+random.randrange(10) for i in range(10)}
>>> c
{'0': 6, '1': 6, '2': 7, '3': 3, '4': 11, '5': 5, '6': 13, '7': 14, '8': 14, '9': 17}
>>> [l for l,r in sorted(c.items(), key=lambda x:x[1], reverse=True)][:16-len(c)]
['9', '7', '8', '6', '4', '2']Windows 10 を高速化!目に見えて効果があった5つの設定とは?
PCゲームのフレームレートが高くてもカクつく症状を改善するためにやった4つの対処方法 Flame of Heavens
| window.onload = function (e) { | |
| liff.init(function (data) { | |
| initializeApp(data); | |
| }); | |
| }; | |
| function initializeApp(data) { | |
| liff.getProfile().then(function (profile) { | |
| var name = profile.displayName; | |
| document.getElementById('name').textContent = name; |
特に 4つ目は非常に助かった
| configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: 2.3, min: 204, excluded: 3.0). | |
| configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: 3.0). | |
| /var/tmp/php-build/source/5.6.17/ext/opcache/ZendAccelerator.c:397:28: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | |
| CG(interned_empty_string) = accel_new_interned_string("", sizeof(""), 0 TSRMLS_CC); | |
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 1 warning generated. | |
| /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ext/opcache/.libs/opcache.a(shared_alloc_shm.o) has no symbols | |
| /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ext/opcache/.libs/opcache.a(shared_alloc_shm.o) has no symbols | |
| /Applications/Xcode.app/Co |