欢迎访问Ningto's博客

Menu
  • 首页
  • 归档
  • 关于
  • 书签
  • 必应壁纸
  • IT聚合
  • 工具
    • 我的工具列表
    • 我的网盘
    • 必应每日壁纸API
    • Html转Markdown
    • 仙尘光标
Menu

今天开始决定写博客(迁移2010-12-26)

发表于 2017-01-15 11:58:54   阅读量 2100

其实很早就想写博客了,可是由于种种原因和人天生的惰性最终都没有写成。 参加工作已经半年了, 今天开始决定写博客记录下今后的工作学习历程, 希望几年甚至若干年后再看到这些文章时能会回想起当初的心情和状况, 现在用我喜欢的一位诗人(汪国真)的诗与大家一起共勉 。 ...

给一组标签设置状态

发表于 2017-01-09 23:52:24   阅读量 1622

如下一组标签,当鼠标点击后设置active状态,再次点击取消active状态 <div class="field required"> <label class="required">标签</label> <a class="ui teal tag label">Windows</a> <a class="ui red tag label">Linux</a> ...

android app 笑话

发表于 2017-01-08 13:15:56   阅读量 1981

使用react native开发的,通过showapi获取笑话内容,包括文本消息,趣图,动态图。 [github地址](https://github.com/tujiaw/react_native_joke) [apk下载地址](http://pan.baidu.com/s/1nvBDF7b) 代码就不上了直接去[github](https://github.com/tujiaw/react_native_...

android app 微信热门文章精选

发表于 2017-01-08 12:56:34   阅读量 2054

试用一下react native做了这个小软件,文章内容是用showapi获取的, 如果你喜欢或者对你有帮助给个star吧([github地址](https://github.com/tujiaw/react_native_wxarticle) [apk下载地址](http://pan.baidu.com/s/1i4XQkWd))。 index.android.js --- 1. render...

mongoose分页查询

发表于 2017-01-08 10:52:47   阅读量 2483

PAGE_COUNT:每个页面的item数 page:当前页面标号 schema.find(query)
 .skip(PAGE_COUNT (page - 1))
 .limit(PAGE_COUNT)
 .sort({ _id: -1 })
 .exec(); ...

DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is deprecated

发表于 2017-01-08 10:42:54   阅读量 1901

去掉这个警告的方法: --- var mongoose = require('mongoose'); mongoose.Promise = global.Promise; ...

mmbiz.qpic.cn图片防盗链

发表于 2017-01-07 01:53:26   阅读量 4838

> 先来了解一下什么是防盗链系统吧,只想知道解决方法的可以跳过直接看底部。 什么是防盗链系统 --- 在确保地址正确的情况下,不能下载相应的资源,均是受到防盗链系统的影响,那么究竟什么是防盗链系统呢?防盗链自然就是防范盗链,所以这里先说一下什么是盗链。 ...

webstorm eap 免费版

发表于 2017-01-05 14:25:38   阅读量 2047

[http://confluence.jetbrains.com/display/WI/WebStorm+EAP](http://confluence.jetbrains.com/display/WI/WebStorm+EAP)...

网页上传图片失败

发表于 2017-01-03 14:24:45   阅读量 1553

用chrome上传图片一直失败,原因可能是安装了屏蔽插件造成的。直接换IE就成功了!...

ubuntu上安装最新版nodejs

发表于 2017-01-01 15:53:26   阅读量 1686

如:当前版本是v6.9.2 > curl -0 https://nodejs.org/dist/v6.9.2/node-v6.9.2.tar.gz tar -xzvf node-v6.9.2.tar.gz cd node-v6.9.2 ./configure make make install ...

linux git ssh配置

发表于 2017-01-01 15:49:30   阅读量 1853

- git config —global user.name “tujiaw” - git config —global user.email “tujiaw@163.com” - cd ~/.ssh - ssh-keygen -t rsa -C “tujiaw@163.com” - 直接按回车,目录下会产品两个文件:id_rsa和id_rsa.pub 打开id_rsa.pub文件 vi id_rsa.pub 拷贝里面...

windows 获取剪切板中的图片大小

发表于 2017-01-01 15:40:25   阅读量 1607

pragma once class cliboard_data { public: static bool getImageSize(int &width, int &height); static unsigned int getLastError(); }; include "cliboard_data.h" include <stdint.h> include <Windows.h> typedef struct { uint...

Posts navigation

1 … 33 34 35 Next
toningto@outlook.com

热门文章

nodejs下载图片保存到本地

QWebEngineView支持XP

Robomongo连接远程MongoDB数据库

mmbiz.qpic.cn图片防盗链

One of the sources for assign has an enumerable key on the prototype chain

QLayout: Attempting to add QLayout

react native中使用protobufjs

标签云

Others Qt Go Web Product Javascript Mobile Linux Database Node.js Tools Design MQ Java Shell Bug Android Mac MongoDB Python C/C++ Tips Windows Life React Boost IOS

友情链接

  • More C++ Idioms
  • 云风的BLOG
  • 面向信仰编程
  • 程序员技术之旅
  • 酷壳
  • 逐梦博客
  • 渡世白玉

推广链接

【腾讯云】云产品限时秒杀,爆款1核2G云服务器,首年99元

多谢支持,用了好几年,服务很稳定支持多设备!

其他

文章RSS

Copyright © 2016 Welcome To Ningto Blog | 鄂ICP备17003086号-2