• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






liguangsunls

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 150 151 152 153 154 155 156 157 158 ··· 188 下一页

2017年5月4日

12.怎样自学Struts2发送邮件和验证补充[视频]
摘要: 12.怎样自学Struts2发送邮件和验证补充[视频] 之前写了一篇“打算做一个视频教程探讨怎样自学计算机相关的技术”,优酷上传不了,仅仅好传到百度云上: http://pan.baidu.com/s/1kTDsa95有问题能够直接回复这篇文章。 12.怎样自学Struts2发送邮件和验证补充[视频 阅读全文
posted @ 2017-05-04 14:54 liguangsunls 阅读(114) 评论(0) 推荐(0)
 
jquery 深入学习笔记之中的一个 (事件绑定)
摘要: 【jquery 事件绑定】 1、加入元素事件绑定 (1) 加入事件为当前元素 $('p').on('click',function(){ //code here ... }); (2) 加入事件为未来元素(动态加入元素) $(document父).on('click','p子',function() 阅读全文
posted @ 2017-05-04 13:38 liguangsunls 阅读(128) 评论(0) 推荐(0)
 
IBM中国研究院、SAP、网易游戏、IBM2015应届生招聘笔试面试问题分享
摘要: IBM中国研究院实习生 早在今年4月份。我面试的是IBM中国研究院的实习生岗位。主要是自然语言处理和语义网方向。那时我还在香港上学,两个考官对我进行的是电话面试,大概持续半个多小时,首先是我的自我介绍,然后将自己的学习经历和项目经历进行介绍,然后依据这些介绍陈述问我问题。主要问了我算法和数据结构,硕 阅读全文
posted @ 2017-05-04 12:39 liguangsunls 阅读(272) 评论(0) 推荐(0)
 
[LeetCode]Generate Parentheses
摘要: 题目:给定一个数字n,求出组成n对括号的可能字符串 算法:利用栈匹配括号 1. "(", 直接将"("压入栈、 字符串中 2. ")", 若栈顶是"(", 则弹出栈顶元素。并将")"增加字符串中public class Solution { private List<String> parenthe 阅读全文
posted @ 2017-05-04 11:20 liguangsunls 阅读(111) 评论(0) 推荐(0)
 
device not managed by NetworkManager
摘要: Bringing up interface eth0:Error:Connection activation failed:Device not managed by NetworkManager networkserver 重新启动时报错 ifcfg-eth0 查看配置无误,ifconfig et 阅读全文
posted @ 2017-05-04 10:35 liguangsunls 阅读(525) 评论(0) 推荐(0)
 
openssl 再爆惊天漏洞及紧急修复指南
摘要: openssl 又摊上大事了,2014年6月5日,SSL/TLS Man-in-the-Middle Vulnerability 该漏洞使得攻击者能够拦截恶意中间节点加密和解密数据。同一时候强迫使用弱密钥的sslclient暴露在恶意节点中。当软件使用OpenSSL的受影响版本号。通过网页浏览、电子 阅读全文
posted @ 2017-05-04 09:24 liguangsunls 阅读(358) 评论(0) 推荐(0)
 
Android安装应用后点击&quot;打开&quot;(Open)带来的问题及解决方案
摘要: MainActivity例如以下: package cc.cc; import android.app.Activity; import android.content.Intent; import android.os.Bundle; /** * Demo描写叙述: * * 一年多前遇到一个问题 阅读全文
posted @ 2017-05-04 08:13 liguangsunls 阅读(255) 评论(0) 推荐(0)
 

2017年5月3日

window批处理-5 start
摘要: 作用 又一次启动一个单独窗体。在新窗体中运行命令 格式 start [/w] FileName demo bat: @echo off echo 在新窗体中打开txt文件。并等待新窗体正常退出(exit)再往下运行 start /wait type hello.txt pause hello.txt 阅读全文
posted @ 2017-05-03 21:59 liguangsunls 阅读(235) 评论(0) 推荐(0)
 
swift中通知的使用
摘要: ios讨论群1群:135718460 1.发通知。(以这条通知为例,通知名字:gameOverNotification。通知參数:title) NSNotificationCenter.defaultCenter().postNotificationName("gameOverNotificatio 阅读全文
posted @ 2017-05-03 21:07 liguangsunls 阅读(227) 评论(0) 推荐(0)
 
Linux查看IP 网关 DNS
摘要: ifconfig查看IP: netstat -rn 查看网关 route -n 查看网关 nslookup 查看DNS ifconfig查看IP: netstat -rn 查看网关 route -n 查看网关 nslookup 查看DNS 阅读全文
posted @ 2017-05-03 20:30 liguangsunls 阅读(1151) 评论(0) 推荐(0)
 
上一页 1 ··· 150 151 152 153 154 155 156 157 158 ··· 188 下一页