文翼

Results 10 issues of 文翼

### Bootstraptable version(s) affected 1.22.5 ### Description 1. Change the page size to `All`. 2. Click **Run**, and the cookie feature works well. 3. Change the locale select to another...

cookie
Bug

- 安装 nodejs ``` curl --silent --location https://rpm.nodesource.com/setup | bash - yum -y install nodejs ``` - 安装 ionic 和 cordova ``` npm install ionic -g npm install cordova -g...

record

Ionic: http://ionicframework.com/ --- - Q: How to clean cache of views when change the language? - A: Use `$ionicHistory.clearCache();` to clear the cache of history. `clearCache`: Clears out the app's...

record
AngularJS

### Server side - Add proxy user: ``` sh sudo useradd -m proxy ``` - Create an `id_rsa` key, will create `id_rsa` and `id_rsa.pub` files: ``` sh ssh-keygen ``` -...

blog
Ubuntu

Q: How to turn off number input spinners? A: WebKit desktop browsers add little up down arrows to number inputs called spinners.We can turn them off visually like this: ```...

record
CSS

http://bulma.io/documentation/elements/form/

**🤔Type of Request** - [ ] **Bug fix** - [ ] **New feature** - [x] **Improvement** - [ ] **Documentation** - [ ] **Other** **📝Changelog** - [x] **Core** - [...