会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ForMeDream
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2019年7月14日
springboot mybatis配置
摘要: 1:启动类上添加
阅读全文
posted @ 2019-07-14 17:24 ForMeDream
阅读(222)
评论(0)
推荐(0)
2019年7月8日
nginx配置
摘要: upstream soulapi { server localhost:9000 fail_timeout=20s; } server { listen 9001; server_name localhost; #charset koi8-r; #access_log logs/host.acces
阅读全文
posted @ 2019-07-08 10:53 ForMeDream
阅读(147)
评论(0)
推荐(0)
2019年7月3日
java RSA 加密解密
摘要: package com.rsa; import java.security.KeyFactory; import java.security.KeyPair; import java.security.KeyPairGenerator; import java.security.NoSuchAlgorithmException; import java.security.SecureRando...
阅读全文
posted @ 2019-07-03 18:01 ForMeDream
阅读(3500)
评论(0)
推荐(0)
2019年6月30日
tomcat用户配置
摘要: 2.需要编辑 tomcat/webapps/manager/META-INF/context.xml 文件 注释掉以下部分
阅读全文
posted @ 2019-06-30 21:24 ForMeDream
阅读(450)
评论(0)
推荐(0)
2019年6月7日
springboot cloud 网盘
摘要: boot https://pan.baidu.com/s/12SkGJNu_M-I-pjg-GxqHRw 5uga boot-cloud https://pan.baidu.com/s/1gO5Vwu8YKOJH-Ie9RmjkTA gqt2 Netty&Mina 给您的赠品: 链接:https:/
阅读全文
posted @ 2019-06-07 12:51 ForMeDream
阅读(578)
评论(0)
推荐(0)
netty 百度网盘 密码
摘要: netty基础 https://pan.baidu.com/s/1v_ME49LIef1Kwga8z2QbDw?spm=a1z09.2.0.0.680b2e8d5LI8S0 zb7u mina netty 赠品 https://pan.baidu.com/s/11QI11L_iES3GexqXkaX
阅读全文
posted @ 2019-06-07 12:40 ForMeDream
阅读(1551)
评论(0)
推荐(0)
2019年5月29日
android 设置无标题栏主题
摘要: <application android:theme="@style/Theme.AppCompat.Light.NoActionBar">
阅读全文
posted @ 2019-05-29 13:06 ForMeDream
阅读(487)
评论(0)
推荐(0)
android 设置横屏
摘要: 1:设置清单文件<activity android:name=".MainActivity" android:screenOrientation="landscape"//设置启动即横屏 android:configChanges="orientation|keyboardHidden|screen
阅读全文
posted @ 2019-05-29 13:05 ForMeDream
阅读(11613)
评论(0)
推荐(0)
2019年5月28日
makefile
摘要: src = $(wildcard ./*.c) obj = $(patsubst %.c, %.o, $(src)) target=t $(target):$(obj) gcc $^ -o $@ %.o:%.c gcc -c $< -o $@.PHONY:clean clean: rm *.o $(target) -f
阅读全文
posted @ 2019-05-28 13:40 ForMeDream
阅读(128)
评论(0)
推荐(0)
2019年5月14日
二叉排序树
摘要: void addNode(NODE* pNode){ enum pflag flag; if(root==NULL){ root=pNode; return; } NODE* temp=root; NODE* proot=null; while(true){ if(temp->value>pNode-...
阅读全文
posted @ 2019-05-14 22:21 ForMeDream
阅读(150)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告