码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
PHP多进程简单实例小结
本文实例讲述了PHP多进程。分享给大家供大家参考,具体如下: PHP创建多进程需要使用到pcntl模块 在编译时加上--enable-pcntl打开进程控制支持,不是Unix类系统不支持此模块 php官网介绍http://php.net/manual/zh/book.pcntl.php,创建子进程需 ...
分类:Web程序   时间:2019-11-09 13:21:15    阅读次数:113
各操作系统(Windows,Linux,macOS)的搜索本地文件的方式
1 macOS & Linux Linux 和 macOS 系统都是like Unix(类Unix)系统,都支持locate命令 详见:https://billie66.github.io/TLCL/book/chap18.html 2 Windows Everything是一个非常优秀的搜索本地文 ...
分类:Windows程序   时间:2019-11-09 00:39:23    阅读次数:126
delphi读取excel
unit uExcelUnit; interface uses Winapi.Windows, System.SysUtils, System.Variants, System.Classes, System.Win.ComObj; function OpenExcel(filename: stri... ...
分类:Windows程序   时间:2019-11-09 00:04:41    阅读次数:122
jupyter notebook 设置主题
1.在cmd下安装插件 pip install --upgrade jupyterthemes 2.输入以下命令 jt -t monokai -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T -t 后面是主题 -f 是字体 -fs是字号 效果图如下 ...
分类:其他好文   时间:2019-11-08 19:02:23    阅读次数:96
校园二手书小程序源码
下载源码,导入小程序开发工具。 2.配置基础功能。 程序数据存储借助了小程序云开发,所以首先要开通云开发,然后配置基础环境,本地安装依赖等。 miniprogram/app.js中: wx.cloud.init({ env: 'book-8sn74',//修改成你的云环境id traceUser: ...
分类:微信   时间:2019-11-08 15:12:33    阅读次数:317
Dubbo学习(一) Dubbo原理浅析
一、初入Dubbo Dubbo学习文档: http://dubbo.incubator.apache.org/books/dubbo-user-book/ http://dubbo.incubator.apache.org/books/dubbo-admin-book/ https://github ...
分类:其他好文   时间:2019-11-08 12:16:13    阅读次数:73
周报导入导出(excel)
import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException... ...
分类:其他好文   时间:2019-11-07 15:03:36    阅读次数:89
SpringBoot_启动器
1. Spring Boot application startersspring-boot-starter-thymeleaf使用Thymeleaf视图构建MVC Web应用程序 spring-boot-starter-ws使用Spring Web服务。1.4不推荐使用,推荐使用spring-bo ...
分类:编程语言   时间:2019-11-07 12:52:49    阅读次数:88
如果存在这个表,则删除这个表的sql
mysql: drop table if exists address_book sqlserver2005:IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[表名]') AND type in (N' ...
分类:数据库   时间:2019-11-07 11:35:59    阅读次数:88
A Beginner’s Guide to Webpack 4 and Module Bundling
原文: https://www.sitepoint.com/beginners-guide-webpack-module-bundling/ This article is featured in our book, Modern JavaScript Tools & Skills. Get fam ...
分类:Web程序   时间:2019-11-06 22:36:34    阅读次数:145
5453条   上一页 1 ... 65 66 67 68 69 ... 546 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!