[TOC] 基本语法 Markdown是一种轻量级标记语言,下载地址:https://www.typora.io/ 两种代码引用方式 python ``式或 插入链接并描述 插入图片 有序列表 无序列表 分割线 表格 | name | age | sex | | : : | : | : : | |  ...
                            
                            
                                分类:
其他好文   时间:
2019-09-16 09:25:28   
                                阅读次数:
281
                             
                    
                        
                            
                            
                                    Given an array with n objects colored red, white or blue, sort them in-place so that objects of the same color are adjacent, with the colors in the or ...
                            
                            
                                分类:
其他好文   时间:
2019-09-16 00:22:37   
                                阅读次数:
110
                             
                    
                        
                            
                            
                                    一、前言 本来计算这篇文章在后面需要运用的时候写的,但是既然写到表达式的扩展呢,就一起写完吧。 看到这个标题就有一种疑问,Lambda表达式本来就是表达式树,还需要怎么扩展?那就看看下面的内容,你就知道了。 表达式系列目录 C# 表达式树讲解(一) C# 表达式树遍历(二) C# 表达式树分页扩展( ...
                            
                            
                         
                    
                        
                            
                            
                                #config netcard nmcli connection modify eth0 ipv4.method manual ipv4.addresses 192.168.4.114/24 ipv4.dns 8.8.8.8 ipv4.gateway 192.168.4.1 connection.a ...
                            
                            
                                分类:
其他好文   时间:
2019-09-14 22:36:26   
                                阅读次数:
105
                             
                    
                        
                            
                            
                                    昨天一下午都在调一个代码的错误,端口窗体一直不输出。如果一直不输出,那么有一端窗口已经关闭的可能性比较大。我的程序是因为卡在了一个循环内部,不能继续往下执行。和原来的代码比较了好久都找不到。后来发现在一个该用if语句的地方用了循环语句。 while((s=dis.readUTF())!=null){ ...
                            
                            
                                分类:
编程语言   时间:
2019-09-14 00:19:35   
                                阅读次数:
90
                             
                    
                        
                            
                            
                                    /*生成博客目录的CSS*/#right_content{background-color: white;}#mystats{ background-color: #bb2b2b;}#blog_nav_admin,#blog_nav_newpost,#blog_nav_myhome,#blog_na ...
                            
                            
                                分类:
Web程序   时间:
2019-09-12 21:28:33   
                                阅读次数:
141
                             
                    
                        
                            
                            
                                    <h1>学生管理</h1> <div> <label for="stuName">学生姓名:</label><input type="text" name="stuName" id="stuName"> </div> <div> <label for="stuAge">学生年龄:</label><i ...
                            
                            
                                分类:
其他好文   时间:
2019-09-12 16:20:28   
                                阅读次数:
453
                             
                    
                        
                            
                            
                                Shader "Unlit/360AlphaTest"{ Properties{ _MainTex("Base (RGB)", 2D) = "white" {} _Cutoff("Alpha Cutoff", Range(0, 1)) = 0.5 } SubShader{ Tags {"Queue" ...
                            
                            
                                分类:
编程语言   时间:
2019-09-08 22:43:23   
                                阅读次数:
127
                             
                    
                        
                            
                            
                                    一、配置文件 1、server.xml Mycat的配置文件,设置账号、参数等2、schema.xml	Mycat对应的物理数据库和数据库表的配置3、rule.xml	Mycat分片(分库分表)规则 4、wrapper.conf--配置jdk wrapper.java.command=D:/Prog ...
                            
                            
                                分类:
其他好文   时间:
2019-09-08 09:39:15   
                                阅读次数:
177
                             
                    
                        
                            
                            
                                    1.在pages新建几个页面 2.配置tabBar, color字体颜色 selectedColor选中的字体颜色 backgroundColor底部背景颜色 borderStyle底部的border,只能是“black” 或者 "white" list , list是一个对象,包含以下这些选项 p ...
                            
                            
                                分类:
移动开发   时间:
2019-09-08 09:22:21   
                                阅读次数:
1308