码迷,mamicode.com
首页 >  
搜索关键字:adl    ( 1567个结果
C# NamedPipeServerStream NamedPipeClientStream
The piped stream are bidirectional communcation.Meanwhile they can read and write. Write the NamedPipeServerStream and NamedPipeClientStream in two di ...
分类:Windows程序   时间:2020-06-29 18:52:59    阅读次数:92
AndroidStudio右键new无activity
问题: 用AndroidStudio创建no Activity project,发现项目没有Sync成功,而且右键菜单new没有activity。 解决: 因为没有sync,需要修改下build.gradle,可以用阿里镜像: build.gradle repositories { //google ...
分类:移动开发   时间:2020-06-26 01:32:33    阅读次数:246
不同编程语言实现HelloWorld程序
C# using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HelloWorld { class Program { static void Main(strin ...
分类:编程语言   时间:2020-06-25 20:00:13    阅读次数:93
错误2StartLoadingFontsWorker
typedef void(__stdcall*NTPROC)(); HINSTANCE hinst = LoadLibrary(L"C:\\dll\\ext-ms-win-session-wininit-l1-1-0.dll"); DWORD dwMajor = 20; if(hinst) { pr ...
分类:其他好文   时间:2020-06-25 09:59:17    阅读次数:49
文件夹的commit记录
How to show git log history for a sub directory of a git repo? git log a b c ...
分类:其他好文   时间:2020-06-23 15:57:52    阅读次数:44
使用hive重定向导出的数据文件中包含WARN日志记录问题
感谢分享:http://blog.sina.com.cn/s/blog_7e04e0d00102w140.html 采集程序是使用hive -f xx.hql> xx.out,在使用sqoop将数据导入关系型数据库。 最近赶上大数据平台升级,忽然之间跑的好好的任务忽然报错说类型转换错误。 结果经查询 ...
分类:其他好文   时间:2020-06-23 15:54:30    阅读次数:73
字典脚本和MD5爆破脚本
最近在弄简历加分项,所以把以前写过的,都在往博客搬。难顶。 这个脚本,是我以前发现学校密码漏洞的时候,写的。 密码字典: 比如我这一级的密码,就是身份证后八位,下一级,下下一级,密码虽然有变化,但是也还是可以在这基础上改。 #生成0-10000000之间的所有数据集,字符串长度为8,用0填充 lis ...
分类:其他好文   时间:2020-06-22 20:51:30    阅读次数:105
After change SessionID data in Session variables is lost
After change SessionID data in Session variables is lost Command "Manager.SaveSessionID" will remove all data of old sessionid. There is only one way ...
分类:其他好文   时间:2020-06-22 19:41:23    阅读次数:85
FutureTask 的submit源码
Future代码示例: package com.liuyuan.disruptor.v1; import java.util.concurrent.*; public class UseFuture implements Callable<String> { private String param ...
分类:其他好文   时间:2020-06-17 01:44:32    阅读次数:72
模拟.net core中间件执行顺序
using System; using System.Collections.Generic; namespace ConsoleApp2 { class Program { static void Main(string[] args) { App app = new App(); app.Use ...
分类:Web程序   时间:2020-06-16 23:23:04    阅读次数:83
1567条   上一页 1 ... 8 9 10 11 12 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!