以下均为10年前讨论的一些内容,或者更早一些。 问题1.考虑调和函数 $-\Delta u=0\ \ \in\ \ R^n$, $n\geq2$, 且$u(x)\geq -(1+|x|)^{\alpha}$, 其中$\alpha\in(0,1)$, 证明: $u$必为常数。 证明:(1) 考虑直接对 ...
分类:
其他好文 时间:
2020-01-04 14:21:27
阅读次数:
488
MongoDB MongoDB是一款强大、灵活、且易于扩展的通用型数据库。 1、易用性 2、易扩展性 3、丰富的功能 4、卓越的性能 MongoDB基础知识 .jpg) 从上面的图中可以看出,集合就相当于关系型数据库的表,文档就是记录等等 集合就是一组文档。如果将MongoDB中的一个文档比喻为关系 ...
分类:
数据库 时间:
2020-01-03 21:06:25
阅读次数:
85
一,Select选择器使用 html <Select v-model="model15" prefix="ios-home" style="width:200px"> <Option v-for="item in cityList" :value="item.id" :key="item.id">{ ...
分类:
其他好文 时间:
2020-01-03 15:38:23
阅读次数:
506
1. common新建mask.vue文件。 <template> <view> <view class="cpt-mask"> </view> </view> </template> <script> export default {} </script> <style> .cpt-mask { ...
分类:
移动开发 时间:
2020-01-03 14:28:02
阅读次数:
672
交易员和交易的实体类的定义如下: Trader.class public class Trader { private String name; private String city; public Trader(String n, String c) { this.name = n; this. ...
分类:
编程语言 时间:
2020-01-03 00:47:10
阅读次数:
93
前提基础回顾: http请求报文的结构: 浏览器发送给web服务器的http请求报文,如下所示: 先看Request 消息的结构, Request 消息分为3部分: 第一部分叫Request line, >起始行 第二部分叫Request header, >首部 第三部分是body, >主体 注意: ...
1003 Emergency (25分) As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities ...
分类:
其他好文 时间:
2019-12-30 23:11:43
阅读次数:
115
时间如流水,只能流去不流回! 点赞再看,养成习惯,这是您给我创作的动力! 本文 Dotnet9 https://dotnet9.com 已收录,站长乐于分享dotnet相关技术,比如Winform、WPF、ASP.NET Core、Xamarin.Forms等,亦有C++桌面相关的Qt Quick和 ...
In this lesson you will learn how to make suggestions(建议;指示). 课上内容(Lesson) 南非语: baie dankre 谢谢 词汇(Key Word ) 1. biography n.传记 2. portray vt. 画;描述 3. ...
分类:
其他好文 时间:
2019-12-29 16:47:59
阅读次数:
76
【省市联动】 Servlet端: XStream把list转成json数据 //JSONArray-->变成数组/集合[] //JSONObject-->变成简单的数据{name:ayee, pid:1} JSONArray jsonArray = JSONArray.fromObject(list ...
分类:
编程语言 时间:
2019-12-28 20:55:16
阅读次数:
83