Asp.Net母版页元素ID不一致的体现来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=104<%@PageLanguage="C#"MasterPageFile="~/MasterPage.master"Theme="style"AutoEventWireup="true
分类:
Web程序 时间:
2018-11-14 01:06:25
阅读次数:
194
```
git clone https://github.com/klugjo/hexo-theme-alpha-dust.git themes/hexo-theme-alpha-dust git clone https://github.com/codermarcos/dev-dark-theme... ...
分类:
其他好文 时间:
2018-11-12 20:55:46
阅读次数:
255
出现场景: 在一个Button中定义了onclick属性,值为startChat。 在Activity中定义一个方法。 public void startChat(View view){} 运行时,点击按钮,就会出现这个异常。 这是因为activity继承的是AppCompatActivity,默认 ...
分类:
编程语言 时间:
2018-11-12 11:15:12
阅读次数:
238
有的场景下。我们须要把手机屏幕方向改变,以下是我写的一个样例。 xml页面文件: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.androi ...
分类:
移动开发 时间:
2018-11-11 19:06:04
阅读次数:
170
问题如题! 能使用的必要条件是: 1、创建的仓库 Code 中 必须 有 README.md 文件,内容自定 2、设置模板在仓库中 Settings -->GitHub Pages -->Chang theme 设置后会在Code 根目录生成一个 _config.yml 文件,添加两个选择 ...
分类:
其他好文 时间:
2018-11-10 12:46:28
阅读次数:
912
1》cookie详解什么是cookieAnHTTPcookie(webcookie,browsercookie)isasmallpieceofdatathataserversendstotheuser‘swebbrowser.Thebrowsermaystoreitandsenditbackwiththenextrequesttothesameserver.Typically,it'
分类:
其他好文 时间:
2018-11-09 22:54:48
阅读次数:
148
新项目使用Ionic 4, Ionic 4的组件使用了 shadow DOM 和 CSS4变量 。 我们需要注意API文档中的 CSS Custom Properties 假如我们想要修改ion item组件的背景颜色。 我们可以在home.page.scss中这样写: 在 theme/variab ...
分类:
其他好文 时间:
2018-11-06 23:40:57
阅读次数:
633
Dark theme for Texstudio ~~~ 1、window系统如下操作 ~~~ 1. texstudio的配置文件texstudio 的配置文件在~/.config/texstudio/texstudio.ini 其中配置文件包括如下几部分 [General] …… [texmake ...
分类:
其他好文 时间:
2018-11-04 19:13:51
阅读次数:
371
之前的hexo博客因为某些原因咕咕了 便用$ \ cnblog \ $弄了一个 在此感谢$ \ theme \ $的作者$ \ bndong \ $提供的主题 此博客文章博主正在努力搬运中... 博主的 "Luogu博客" ...
分类:
其他好文 时间:
2018-11-04 00:26:46
阅读次数:
178
弹出AlertDialog的时候报You need to use a Theme.AppCompat theme (or descendant) with this activity错误 ...
分类:
移动开发 时间:
2018-11-01 11:33:46
阅读次数:
451