码迷,mamicode.com
首页 >  
搜索关键字:original    ( 2117个结果
c++学习,实验七
一, #include<iostream> using namespace std; int main(){ ios_base::fmtflags original_flags=cout.flags(); cout<<812<<'|'; //输出数字812和字符| cout.setf(ios_bas ...
分类:编程语言   时间:2018-06-21 00:00:45    阅读次数:163
实验7
11-7 运行截图 11-3 文件截图 11-4 运行截图 2.1 代码 运行截图 ...
分类:其他好文   时间:2018-06-20 22:34:52    阅读次数:183
第七次实验
//11-7 #include using namespace std; int main() { ios_base::fmtflags original_flags=cout.flags(); // flag指针?指向开头? cout #include #include using namespa... ...
分类:其他好文   时间:2018-06-20 22:31:04    阅读次数:165
实验七
实验七 11 7 include using namespace std; int main() { ios_base::fmtflags original_flags=cout.flags();//保存格式化参数 cout include using namespace std; int main ...
分类:其他好文   时间:2018-06-19 16:11:44    阅读次数:156
小程序文件上传uploadFile
前台代码: bindPhoto(e) { var that = this; wx.chooseImage({ count: 1, sizeType: ['original','compressed'],// 指定原图或者压缩图 sourceType: ['album', 'camera'], // ...
分类:Web程序   时间:2018-06-18 14:32:36    阅读次数:1425
自定义replace函数,模仿shell的sed替换
import sys"""Usages: 1. command line: python replacestr.py para1 para2 para3; 2. para1 : file_name para2 : original string para3 : new string """ file ...
分类:系统相关   时间:2018-06-16 23:32:26    阅读次数:293
535. Encode and Decode TinyURL
问题描述: TinyURL is a URL shortening service where you enter a URL such as https://leetcode.com/problems/design-tinyurl and it returns a short URL such a ...
分类:Web程序   时间:2018-06-15 15:52:00    阅读次数:223
浏览器桌面通知Notification实践
一言不合就上图: 最近常常在浏览器看到这样的消息推送,还有QQ.com的推送,现在我对这个不了解,不知道叫消息自动推送对不对,这个时chrome浏览器的截图,出现在右下角,其他浏览器的样式可能有些微差别。 websocket通信?浏览器广告推送?html5自动更新?灵异事件? —————————-我 ...
分类:其他好文   时间:2018-06-15 15:50:50    阅读次数:232
82. Remove Duplicates from Sorted List II
问题描述: Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list. Example 1: Examp ...
分类:其他好文   时间:2018-06-10 12:11:26    阅读次数:144
Docker 搭建代码质量检测平台 SonarQube
开始搭建 1、获取 postgresql 的镜像 $ docker pull postgres 2、启动 postgresql $ docker run --name db -e POSTGRES_USER=sonar -e POSTGRES_PASSWORD=sonar -d postgres 3 ...
分类:其他好文   时间:2018-06-09 13:10:26    阅读次数:196
2117条   上一页 1 ... 55 56 57 58 59 ... 212 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!