This commit is contained in:
tianshuanbao
2025-12-11 09:53:23 +08:00
parent 83247ec0a2
commit 7cab01b5ec
285 changed files with 11 additions and 209345 deletions

View File

@@ -1 +0,0 @@
{"hotelId":"98","roomId":"8088","voiceCmd":"{\"nlp_namespace\":\"hotelcontrol\",\"nlp_name\":\"IotDirective\",\"query\":\"打开吊灯\",\"nlp_cmd\":{\"data\":\"[{\\\"payload\\\":{\\\"appliance\\\":{\\\"applianceId\\\":\\\"LIGHT_42917_001000002?dt=LIGHT\\\",\\\"additionalApplianceDetails\\\":{\\\"deviceType\\\":\\\"LIGHT\\\",\\\"houseId\\\":\\\"42917\\\",\\\"deviceName\\\":\\\"吊灯\\\",\\\"deviceId\\\":\\\"LIGHT_42917_001000002\\\"}},\\\"accessToken\\\":\\\"\\\"},\\\"header\\\":{\\\"payloadVersion\\\":\\\"1\\\",\\\"name\\\":\\\"TurnOnRequest\\\",\\\"namespace\\\":\\\"Control\\\",\\\"messageId\\\":\\\"gz27870bf017453898716597839\\\"}}]\",\"resourcePackage\":\"{\\\"skillTitle\\\":\\\"智能家居\\\",\\\"domain\\\":\\\"iot\\\",\\\"aiState\\\":0,\\\"voiceprint\\\":\\\"\\\",\\\"skillSource\\\":\\\"\\\",\\\"intent\\\":\\\"TurnOnRequest\\\",\\\"tips\\\":\\\"试试说“现在几点了<E782B9>? “一加一等于几”\\\"}\"}}","timeStamp":"20250423143114"}

View File

@@ -1,16 +0,0 @@
{
"success": 1,
"data": [
{
"job_no": "JO-0004548-01",
"job_status_colour": "#FA8C16",
"job_uuid": "b1dcb088-6dbc-4ca5-a1c4-0a8b951113fd"
}
],
"rmsg": {
"code": "s_job_orders",
"param": [
"JO-0004548-01"
]
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +0,0 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="session_expire_minutes" value="5" />
<add key="redis_server_session" value="127.0.0.1:6379" />
<add key="redis_max_read_pool" value="1000" />
<add key="redis_max_write_pool" value="1000" />
<add key="monitor_log_expire_minutes" value="30" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>

View File

@@ -1,13 +0,0 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="session_expire_minutes" value="5" />
<add key="redis_server_session" value="127.0.0.1:6379" />
<add key="redis_max_read_pool" value="1000" />
<add key="redis_max_write_pool" value="1000" />
<add key="monitor_log_expire_minutes" value="30" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

View File

@@ -1,731 +0,0 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>FluentScheduler</name>
</assembly>
<members>
<member name="T:FluentScheduler.DelayForExtensions">
<summary>
DelayFor extension methods.
</summary>
</member>
<member name="M:FluentScheduler.DelayForExtensions.DelayFor(FluentScheduler.SpecificTimeUnit,System.Int32)">
<summary>
Delays the job for the given interval.
</summary>
<param name="unit">The schedule being affected.</param>
<param name="interval">Interval to wait.</param>
</member>
<member name="M:FluentScheduler.DelayForExtensions.DelayFor(FluentScheduler.SecondUnit,System.Int32)">
<summary>
Delays the job for the given interval.
</summary>
<param name="unit">The schedule being affected.</param>
<param name="interval">Interval to wait.</param>
</member>
<member name="M:FluentScheduler.DelayForExtensions.DelayFor(FluentScheduler.MinuteUnit,System.Int32)">
<summary>
Delays the job for the given interval.
</summary>
<param name="unit">The schedule being affected.</param>
<param name="interval">Interval to wait.</param>
</member>
<member name="M:FluentScheduler.DelayForExtensions.DelayFor(FluentScheduler.HourUnit,System.Int32)">
<summary>
Delays the job for the given interval.
</summary>
<param name="unit">The schedule being affected.</param>
<param name="interval">Interval to wait.</param>
</member>
<member name="M:FluentScheduler.DelayForExtensions.DelayFor(FluentScheduler.DayUnit,System.Int32)">
<summary>
Delays the job for the given interval.
</summary>
<param name="unit">The schedule being affected.</param>
<param name="interval">Interval to wait.</param>
</member>
<member name="M:FluentScheduler.DelayForExtensions.DelayFor(FluentScheduler.WeekUnit,System.Int32)">
<summary>
Delays the job for the given interval.
</summary>
<param name="unit">The schedule being affected.</param>
<param name="interval">Interval to wait.</param>
</member>
<member name="M:FluentScheduler.DelayForExtensions.DelayFor(FluentScheduler.MonthUnit,System.Int32)">
<summary>
Delays the job for the given interval.
</summary>
<param name="unit">The schedule being affected.</param>
<param name="interval">Interval to wait.</param>
</member>
<member name="M:FluentScheduler.DelayForExtensions.DelayFor(FluentScheduler.YearUnit,System.Int32)">
<summary>
Delays the job for the given interval.
</summary>
<param name="unit">The schedule being affected.</param>
<param name="interval">Interval to wait.</param>
</member>
<member name="T:FluentScheduler.GenericEventHandler`2">
<summary>
Event handler with typed sender.
</summary>
<typeparam name="TSender">Sender type.</typeparam>
<typeparam name="TEventArgs">EventArgs type.</typeparam>
<param name="sender">The object that initiated the event.</param>
<param name="e">Data related to the event.</param>
</member>
<member name="T:FluentScheduler.IDayRestrictableUnit">
<summary>
Common interface of units that can be restricted by day.
</summary>
</member>
<member name="P:FluentScheduler.IDayRestrictableUnit.Schedule">
<summary>
The schedule being affected.
</summary>
</member>
<member name="M:FluentScheduler.IDayRestrictableUnit.DayIncrement(System.DateTime)">
<summary>
Increment the given days.
</summary>
<param name="increment">Days to increment</param>
<returns>The resulting date</returns>
</member>
<member name="T:FluentScheduler.ITimeRestrictableUnit">
<summary>
Common interface of units that can be restricted by time.
</summary>
</member>
<member name="P:FluentScheduler.ITimeRestrictableUnit.Schedule">
<summary>
The schedule being affected.
</summary>
</member>
<member name="T:FluentScheduler.MinuteUnit">
<summary>
Unit of time in minutes.
</summary>
</member>
<member name="T:FluentScheduler.RestrictableUnitExtensions">
<summary>
Extension class for restrictable units.
</summary>
</member>
<member name="M:FluentScheduler.RestrictableUnitExtensions.Between(FluentScheduler.ITimeRestrictableUnit,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Runs the job between the given start and end hour of day.
</summary>
<param name="unit">The schedule being affected.</param>
<param name="startHour">The start hours (0 through 23).</param>
<param name="startMinute">The start minutes (0 through 59).</param>
<param name="endHour">The end hours (0 through 23).</param>
<param name="endMinute">The end minutes (0 through 59).</param>
</member>
<member name="M:FluentScheduler.RestrictableUnitExtensions.WeekdaysOnly(FluentScheduler.IDayRestrictableUnit)">
<summary>
Runs the job only on weekdays.
<param name="unit">The schedule being affected</param>
</summary>
</member>
<member name="T:FluentScheduler.SecondUnit">
<summary>
Unit of time in seconds.
</summary>
</member>
<member name="T:FluentScheduler.JobExceptionInfo">
<summary>
Information of an exception occurred in a job.
</summary>
</member>
<member name="P:FluentScheduler.JobExceptionInfo.Name">
<summary>
Name of the job.
</summary>
</member>
<member name="P:FluentScheduler.JobExceptionInfo.Task">
<summary>
Job's task.
</summary>
</member>
<member name="T:FluentScheduler.DelayTimeUnit">
<summary>
Unit used to represent delay.
</summary>
</member>
<member name="M:FluentScheduler.DelayTimeUnit.Seconds">
<summary>
Sets the interval to seconds.
</summary>
</member>
<member name="M:FluentScheduler.DelayTimeUnit.Minutes">
<summary>
Sets the interval to minutes.
</summary>
</member>
<member name="M:FluentScheduler.DelayTimeUnit.Hours">
<summary>
Sets the interval to hours.
</summary>
</member>
<member name="M:FluentScheduler.DelayTimeUnit.Days">
<summary>
Sets the interval to days.
</summary>
</member>
<member name="M:FluentScheduler.DelayTimeUnit.Weeks">
<summary>
Sets the interval to weeks.
</summary>
</member>
<member name="M:FluentScheduler.DelayTimeUnit.Months">
<summary>
Sets the interval to months.
</summary>
</member>
<member name="M:FluentScheduler.DelayTimeUnit.Years">
<summary>
Sets the interval to years.
</summary>
</member>
<member name="T:FluentScheduler.WeekdayUnit">
<summary>
Unit of time in weekdays.
</summary>
</member>
<member name="M:FluentScheduler.WeekdayUnit.At(System.Int32,System.Int32)">
<summary>
Runs the job at the given time of day.
</summary>
<param name="hours">The hours (0 through 23).</param>
<param name="minutes">The minutes (0 through 59).</param>
</member>
<member name="T:FluentScheduler.IJobFactory">
<summary>
A job factory.
</summary>
</member>
<member name="M:FluentScheduler.IJobFactory.GetJobInstance``1">
<summary>
Instantiate a job of the given type.
</summary>
<typeparam name="T">Type of the job to instantiate</typeparam>
<returns>The instantiated job</returns>
</member>
<member name="T:FluentScheduler.JobEndInfo">
<summary>
Information of a job end.
</summary>
</member>
<member name="P:FluentScheduler.JobEndInfo.Duration">
<summary>
The elapsed time of the job.
</summary>
</member>
<member name="P:FluentScheduler.JobEndInfo.NextRun">
<summary>
Date and time of next run.
</summary>
</member>
<member name="T:FluentScheduler.JobStartInfo">
<summary>
Information of a job start.
</summary>
</member>
<member name="P:FluentScheduler.JobStartInfo.Name">
<summary>
Name of the job.
</summary>
</member>
<member name="P:FluentScheduler.JobStartInfo.StartTime">
<summary>
Date and time of the start.
</summary>
</member>
<member name="T:FluentScheduler.Registry">
<summary>
A registry of job schedules.
</summary>
</member>
<member name="M:FluentScheduler.Registry.#ctor">
<summary>
Default ctor.
</summary>
</member>
<member name="M:FluentScheduler.Registry.NonReentrantAsDefault">
<summary>
Sets all jobs in this schedule as non reentrant.
</summary>
</member>
<member name="M:FluentScheduler.Registry.UseUtcTime">
<summary>
Use UTC time rather than local time.
</summary>
</member>
<member name="M:FluentScheduler.Registry.Schedule(System.Action)">
<summary>
Schedules a new job in the registry.
</summary>
<param name="job">Job to run.</param>
</member>
<member name="M:FluentScheduler.Registry.Schedule(FluentScheduler.IJob)">
<summary>
Schedules a new job in the registry.
</summary>
<param name="job">Job to run.</param>
</member>
<member name="M:FluentScheduler.Registry.Schedule``1">
<summary>
Schedules a new job in the registry.
</summary>
<typeparam name="T">Job to schedule.</typeparam>
</member>
<member name="T:FluentScheduler.IJob">
<summary>
Some work to be done.
</summary>
</member>
<member name="M:FluentScheduler.IJob.Execute">
<summary>
Executes the job.
</summary>
</member>
<member name="T:FluentScheduler.YearOnDayOfYearUnit">
<summary>
Unit of time that represents a specific day of the year.
</summary>
</member>
<member name="M:FluentScheduler.YearOnDayOfYearUnit.At(System.Int32,System.Int32)">
<summary>
Runs the job at the given time of day.
</summary>
<param name="hours">The hours (0 through 23).</param>
<param name="minutes">The minutes (0 through 59).</param>
</member>
<member name="T:FluentScheduler.YearOnLastDayOfYearUnit">
<summary>
Unit of time that represents last day of the year.
</summary>
</member>
<member name="M:FluentScheduler.YearOnLastDayOfYearUnit.At(System.Int32,System.Int32)">
<summary>
Runs the job at the given time of day.
</summary>
<param name="hours">The hours (0 through 23).</param>
<param name="minutes">The minutes (0 through 59).</param>
</member>
<member name="T:FluentScheduler.YearUnit">
<summary>
Unit of time in years.
</summary>
</member>
<member name="M:FluentScheduler.YearUnit.On(System.Int32)">
<summary>
Runs the job on the given day of the year.
If the day has passed it schedules to the next year.
</summary>
<param name="day">Day of the year to run the job.</param>
</member>
<member name="M:FluentScheduler.YearUnit.OnTheLastDay">
<summary>
Runs the job on the last day of the year.
</summary>
</member>
<member name="T:FluentScheduler.MonthOnDayOfWeekUnit">
<summary>
Unit of time that represents week and day of week of the month (wow that's confusing).
</summary>
</member>
<member name="M:FluentScheduler.MonthOnDayOfWeekUnit.At(System.Int32,System.Int32)">
<summary>
Runs the job at the given time of day.
</summary>
<param name="hours">The hours (0 through 23).</param>
<param name="minutes">The minutes (0 through 59).</param>
</member>
<member name="T:FluentScheduler.MonthOnLastDayOfMonthUnit">
<summary>
Unit of time that represents last day of the month.
</summary>
</member>
<member name="M:FluentScheduler.MonthOnLastDayOfMonthUnit.At(System.Int32,System.Int32)">
<summary>
Runs the job at the given time of day.
</summary>
<param name="hours">The hours (0 through 23).</param>
<param name="minutes">The minutes (0 through 59).</param>
</member>
<member name="T:FluentScheduler.MonthOnDayOfMonthUnit">
<summary>
Unit of time that represents a specific day of the month.
</summary>
</member>
<member name="M:FluentScheduler.MonthOnDayOfMonthUnit.At(System.Int32,System.Int32)">
<summary>
Runs the job at the given time of day.
</summary>
<param name="hours">The hours (0 through 23).</param>
<param name="minutes">The minutes (0 through 59).</param>
</member>
<member name="T:FluentScheduler.MonthUnit">
<summary>
Unit of time in months.
</summary>
</member>
<member name="M:FluentScheduler.MonthUnit.On(System.Int32)">
<summary>
Runs the job on the given day of the month.
</summary>
<param name="day">The day (1 through the number of days in month).</param>
</member>
<member name="M:FluentScheduler.MonthUnit.OnTheLastDay">
<summary>
Runs the job on the last day of the month.
</summary>
</member>
<member name="M:FluentScheduler.MonthUnit.OnTheFirst(System.DayOfWeek)">
<summary>
Runs the job on the given day of week on the first week of the month.
</summary>
<param name="day">The day of the week.</param>
</member>
<member name="M:FluentScheduler.MonthUnit.OnTheSecond(System.DayOfWeek)">
<summary>
Runs the job on the given day of week on the second week of the month.
</summary>
<param name="day">The day of the week.</param>
</member>
<member name="M:FluentScheduler.MonthUnit.OnTheThird(System.DayOfWeek)">
<summary>
Runs the job on the given day of week on the third week of the month.
</summary>
<param name="day">The day of the week.</param>
</member>
<member name="M:FluentScheduler.MonthUnit.OnTheFourth(System.DayOfWeek)">
<summary>
Runs the job on the given day of week on the fourth week of the month.
</summary>
<param name="day">The day of the week.</param>
</member>
<member name="M:FluentScheduler.MonthUnit.OnTheLast(System.DayOfWeek)">
<summary>
Runs the job on the given day of week on the last week of the month.
</summary>
<param name="day">The day of the week.</param>
</member>
<member name="T:FluentScheduler.WeeklyDayOfWeekUnit">
<summary>
Unit of time that represents day of the week.
</summary>
</member>
<member name="M:FluentScheduler.WeeklyDayOfWeekUnit.At(System.Int32,System.Int32)">
<summary>
Runs the job at the given time of day.
</summary>
<param name="hours">The hours (0 through 23).</param>
<param name="minutes">The minutes (0 through 59).</param>
</member>
<member name="T:FluentScheduler.WeekUnit">
<summary>
Unit of time in weeks.
</summary>
</member>
<member name="M:FluentScheduler.WeekUnit.At(System.Int32,System.Int32)">
<summary>
Runs the job at the given time of day.
</summary>
<param name="hours">The hours (0 through 23).</param>
<param name="minutes">The minutes (0 through 59).</param>
</member>
<member name="M:FluentScheduler.WeekUnit.On(System.DayOfWeek)">
<summary>
Runs the job on the given day of the week.
</summary>
<param name="day">The day of the week.</param>
</member>
<member name="T:FluentScheduler.DayUnit">
<summary>
Unit of time in days.
</summary>
</member>
<member name="M:FluentScheduler.DayUnit.At(System.Int32,System.Int32)">
<summary>
Runs the job at the given time of day.
</summary>
<param name="hours">The hours (0 through 23).</param>
<param name="minutes">The minutes (0 through 59).</param>
</member>
<member name="T:FluentScheduler.HourUnit">
<summary>
Unit of time in hours.
</summary>
</member>
<member name="M:FluentScheduler.HourUnit.At(System.Int32)">
<summary>
Runs the job at the given minute of the hour.
</summary>
<param name="minutes">The minutes (0 through 59).</param>
</member>
<member name="T:FluentScheduler.TimeUnit">
<summary>
Unit of time.
</summary>
</member>
<member name="M:FluentScheduler.TimeUnit.Seconds">
<summary>
Sets the interval to seconds.
</summary>
</member>
<member name="M:FluentScheduler.TimeUnit.Minutes">
<summary>
Sets the interval to minutes.
</summary>
</member>
<member name="M:FluentScheduler.TimeUnit.Hours">
<summary>
Sets the interval to hours.
</summary>
</member>
<member name="M:FluentScheduler.TimeUnit.Days">
<summary>
Sets the interval to days.
</summary>
</member>
<member name="M:FluentScheduler.TimeUnit.Weekdays">
<summary>
Sets the interval to weekdays.
</summary>
</member>
<member name="M:FluentScheduler.TimeUnit.Weeks">
<summary>
Sets the interval to weeks.
</summary>
</member>
<member name="M:FluentScheduler.TimeUnit.Months">
<summary>
Sets the interval to months.
</summary>
</member>
<member name="M:FluentScheduler.TimeUnit.Years">
<summary>
Sets the interval to years.
</summary>
</member>
<member name="T:FluentScheduler.SpecificTimeUnit">
<summary>
Unit of specific time of the day.
</summary>
</member>
<member name="M:FluentScheduler.SpecificTimeUnit.AndEvery(System.Int32)">
<summary>
Also runs the job according to the given interval.
</summary>
<param name="interval">Interval to wait.</param>
</member>
<member name="T:FluentScheduler.JobManager">
<summary>
Job manager that handles jobs execution.
</summary>
</member>
<member name="P:FluentScheduler.JobManager.JobFactory">
<summary>
Job factory used by the job manager.
</summary>
</member>
<member name="E:FluentScheduler.JobManager.JobException">
<summary>
Event raised when an exception occurs in a job.
</summary>
</member>
<member name="E:FluentScheduler.JobManager.JobStart">
<summary>
Event raised when a job starts.
</summary>
</member>
<member name="E:FluentScheduler.JobManager.JobEnd">
<summary>
Evemt raised when a job ends.
</summary>
</member>
<member name="M:FluentScheduler.JobManager.Initialize(FluentScheduler.Registry)">
<summary>
Initializes the job manager with the jobs to run and starts it.
</summary>
<param name="registry">Registry of jobs to run</param>
</member>
<member name="M:FluentScheduler.JobManager.Start">
<summary>
Starts the job manager.
</summary>
</member>
<member name="M:FluentScheduler.JobManager.Stop">
<summary>
Stops the job manager.
</summary>
</member>
<member name="M:FluentScheduler.JobManager.GetSchedule(System.String)">
<summary>
Returns the schedule of the given name.
</summary>
<param name="name">Name of the schedule.</param>
<returns>The schedule of the given name, if any.</returns>
</member>
<member name="P:FluentScheduler.JobManager.RunningSchedules">
<summary>
Collection of the currently running schedules.
</summary>
</member>
<member name="P:FluentScheduler.JobManager.AllSchedules">
<summary>
Collection of all schedules.
</summary>
</member>
<member name="M:FluentScheduler.JobManager.AddJob(System.Action,System.Action{FluentScheduler.Schedule})">
<summary>
Adds a job schedule to the job manager.
</summary>
<param name="job">Job to run.</param>
<param name="schedule">Job schedule to add.</param>
</member>
<member name="M:FluentScheduler.JobManager.AddJob(FluentScheduler.IJob,System.Action{FluentScheduler.Schedule})">
<summary>
Adds a job schedule to the job manager.
</summary>
<param name="job">Job to run.</param>
<param name="schedule">Job schedule to add.</param>
</member>
<member name="M:FluentScheduler.JobManager.AddJob``1(System.Action{FluentScheduler.Schedule})">
<summary>
Adds a job schedule to the job manager.
</summary>
<typeparam name="T">Job to run.</typeparam>
<param name="schedule">Job schedule to add.</param>
</member>
<member name="M:FluentScheduler.JobManager.RemoveJob(System.String)">
<summary>
Removes the schedule of the given name.
</summary>
<param name="name">Name of the schedule.</param>
</member>
<member name="T:FluentScheduler.Schedule">
<summary>
A job schedule.
</summary>
</member>
<member name="P:FluentScheduler.Schedule.NextRun">
<summary>
Date and time of the next run of this job schedule.
</summary>
</member>
<member name="P:FluentScheduler.Schedule.Name">
<summary>
Name of this job schedule.
</summary>
</member>
<member name="P:FluentScheduler.Schedule.Disabled">
<summary>
Flag indicating if this job schedule is disabled.
</summary>
</member>
<member name="M:FluentScheduler.Schedule.#ctor(System.Action)">
<summary>
Schedules a new job in the registry.
</summary>
<param name="action">Job to schedule.</param>
</member>
<member name="M:FluentScheduler.Schedule.#ctor(System.Collections.Generic.IEnumerable{System.Action})">
<summary>
Schedules a new job in the registry.
</summary>
<param name="actions">Jobs to schedule</param>
</member>
<member name="M:FluentScheduler.Schedule.Execute">
<summary>
Executes the job regardless its schedule.
</summary>
</member>
<member name="M:FluentScheduler.Schedule.AndThen(System.Action)">
<summary>
Schedules another job to be run with this schedule.
</summary>
<param name="job">Job to run.</param>
</member>
<member name="M:FluentScheduler.Schedule.AndThen(FluentScheduler.IJob)">
<summary>
Schedules another job to be run with this schedule.
</summary>
<param name="job">Job to run.</param>
</member>
<member name="M:FluentScheduler.Schedule.AndThen``1">
<summary>
Schedules another job to be run with this schedule.
</summary>
<typeparam name="T">Job to run.</typeparam>
</member>
<member name="M:FluentScheduler.Schedule.ToRunNow">
<summary>
Runs the job now.
</summary>
</member>
<member name="M:FluentScheduler.Schedule.ToRunEvery(System.Int32)">
<summary>
Runs the job according to the given interval.
</summary>
<param name="interval">Interval to wait.</param>
</member>
<member name="M:FluentScheduler.Schedule.ToRunOnceIn(System.Int32)">
<summary>
Runs the job once after the given interval.
</summary>
<param name="interval">Interval to wait.</param>
</member>
<member name="M:FluentScheduler.Schedule.ToRunOnceAt(System.Int32,System.Int32)">
<summary>
Runs the job once at the given time.
</summary>
<param name="hours">The hours (0 through 23).</param>
<param name="minutes">The minutes (0 through 59).</param>
</member>
<member name="M:FluentScheduler.Schedule.ToRunOnceAt(System.DateTime)">
<summary>
Runs the job once at the given time.
</summary>
<param name="time">The time to run.</param>
</member>
<member name="M:FluentScheduler.Schedule.WithName(System.String)">
<summary>
Assigns a name to this job schedule.
</summary>
<param name="name">Name to assign</param>
</member>
<member name="M:FluentScheduler.Schedule.NonReentrant">
<summary>
Sets this job schedule as non reentrant.
</summary>
</member>
<member name="M:FluentScheduler.Schedule.Disable">
<summary>
Disables this job schedule.
</summary>
</member>
<member name="M:FluentScheduler.Schedule.Enable">
<summary>
Enables this job schedule.
</summary>
</member>
<member name="T:FluentScheduler.UnhandledExceptionEventArgs">
<summary>
Same as System.UnhandledExceptionEventArgs except that ExceptionObject is an actual System.Exception reference.
</summary>
</member>
<member name="P:FluentScheduler.UnhandledExceptionEventArgs.ExceptionObject">
<summary>
Gets the unhandled exception object.
</summary>
</member>
<member name="P:FluentScheduler.UnhandledExceptionEventArgs.IsTerminating">
<summary>
Indicates whether the common language runtime is terminating.
</summary>
</member>
</members>
</doc>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,27 +0,0 @@
-----BEGIN RSA PRIVATE KEY-----
MIIEogIBAAKCAQEA1EvziSvbI3eETULroiF71wbYze4aO/yj5A2LN2seiRZNTLKe
lOnu4svMDwfpKizMfqYvXV9Z2NwUNdFsDd/FWl2Xfdravzwz4z5u8agQ4Qwd8fVT
naFY5DQLv+6l3nAI01eUxaKHER/FpHSZ48o8CpH/VtzqeS/bA5+LTyMODdETI0fb
futFQS4xUIjoifN2oeggL5grhk39udyKfnwc0WG6086yb9uzr39oA39vKJNKTQqL
cDiuLzooBBOq8YuKQ8qnuIt14SdxTrKmeHQ+azKlgPykzA/exTboORPAHpFk99tz
6vuMdJBgrx93wt+ljoM8uKV2/J/6CKAOQZzYUQIDAQABAoH/KS/oZQnHz28LO/IV
Gl9kp1MCEkcfeoPenWADTRJ7L3LO4b0bBx5bj6Sk8kWWoZgPadgpWEl8z5XjAI32
E2Wr5DGZh9FDSda5j7I30//HRoy97TNWBZRH//4Y9COuCnmx507BOOv58wM2/7D0
1OdnaVA/OZr34osQ8qMBZAO+YO9/HKXRQ5FUuq2R7AdSHsXoDeJHa8L1lK/62VT/
0XlSmyCpEiaoIrig/B64EeZQjdS70yFgWNlLUr8XDPK0dLtoucMW0tyi9rr+id0g
N/zhcMo1E5zxsoAQK+bJ5Whai1RItir9Xc8RCVDWHQl9RJ0V1HbHkyIeeLVyx6Nv
e7p9AoGBAPl2p1Sh46iGItr8nAu3b8Ri7WUV2KvGeGUBcmtjXUvxYD6OmYFl0bFA
urHzXxXZcuCS9+GZoTKxZThaOvT3eoqQ7mrX56MT9gdUmKjGexxbaGLvLJK8xNT+
hIuTp0HnVLd8VxFxa1A0MAQtFTLCjY0nylaU7JVISm0jp7Y2tDX/AoGBANnb/atm
Nl8Q5265pSsWwWlBxzAUYnqMZL8wyx5U0MYnkG84b0sNPsRgmZEA6RrWG35mlewa
J+9v4I0PBOyXmW0EcqtBG3AMlv/JAfL2HLOcp/6IbgfenQZQVBIXhrIB5DhwmNLV
qX5WdaJ08ouW/BYdcsAkK9smnh/aNs33KhGvAoGAJX1gbkaaCQSHjnNyHAyoPlJD
rPJYipAcHcnW4S6gob4Xoa8agKjFl6bLp9yUSJtSOU+88ul8oTqppIti2teqUdKw
Edx6kjZ4vedHve1+KOfPyzZ4c2DtD7lkP/mjpDLYt253Q0bRQs9k++uuiN9WGIWH
UfW1jEW98aLvHGIiOQ8CgYEA0MwqLAqTU7ukw5dDeK+fgNzdJfRzidZifGcsVQ6e
5TtoD2B8Meco4BdhNvszblgEE7oIODe9TJriEO9zHboR/s0DhaSpwlMeqVmh95Tv
XylmTOm+4uX1guacHJbVrmdnrrwji/XhM0d0CNai2yxCwINKxmIkci5p4EdIvVAE
ztsCgYEA01lI/DHP3IYK5L2tV2svm/aoSxnAta3ZLoR5/SYmCPKbw0G1G3xIqKfe
1lbmtju/czzbQQFIDeRPRavK24RtU1INQSUs4xS0YDYr43rOK2hIaW+xZtpiEHVP
0i9SXCpM2H8Z2t8L/MHxkwYS1LmzmCj2p5JGvAoL5LuFZBYwIaE=
-----END RSA PRIVATE KEY-----

View File

@@ -1,61 +0,0 @@
-----BEGIN CERTIFICATE-----
MIIF9TCCBN2gAwIBAgIQDoWTGuJgNSPCq9HqcbGHuzANBgkqhkiG9w0BAQsFADBu
MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
d3cuZGlnaWNlcnQuY29tMS0wKwYDVQQDEyRFbmNyeXB0aW9uIEV2ZXJ5d2hlcmUg
RFYgVExTIENBIC0gRzIwHhcNMjUwMjI1MDAwMDAwWhcNMjUwNTI1MjM1OTU5WjAZ
MRcwFQYDVQQDEw5ndWEuYmx2LW9hLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEP
ADCCAQoCggEBANRL84kr2yN3hE1C66Ihe9cG2M3uGjv8o+QNizdrHokWTUyynpTp
7uLLzA8H6SoszH6mL11fWdjcFDXRbA3fxVpdl33a2r88M+M+bvGoEOEMHfH1U52h
WOQ0C7/upd5wCNNXlMWihxEfxaR0mePKPAqR/1bc6nkv2wOfi08jDg3REyNH237r
RUEuMVCI6InzdqHoIC+YK4ZN/bncin58HNFhutPOsm/bs69/aAN/byiTSk0Ki3A4
ri86KAQTqvGLikPKp7iLdeEncU6ypnh0PmsypYD8pMwP3sU26DkTwB6RZPfbc+r7
jHSQYK8fd8LfpY6DPLildvyf+gigDkGc2FECAwEAAaOCAuIwggLeMB8GA1UdIwQY
MBaAFHjfkZBf7t6s9sV169VMVVPvJEq2MB0GA1UdDgQWBBSEiNOIfFWUVnj42gC0
f8oQAzw/rDAZBgNVHREEEjAQgg5ndWEuYmx2LW9hLmNvbTA+BgNVHSAENzA1MDMG
BmeBDAECATApMCcGCCsGAQUFBwIBFhtodHRwOi8vd3d3LmRpZ2ljZXJ0LmNvbS9D
UFMwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcD
AjCBgAYIKwYBBQUHAQEEdDByMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5kaWdp
Y2VydC5jb20wSgYIKwYBBQUHMAKGPmh0dHA6Ly9jYWNlcnRzLmRpZ2ljZXJ0LmNv
bS9FbmNyeXB0aW9uRXZlcnl3aGVyZURWVExTQ0EtRzIuY3J0MAwGA1UdEwEB/wQC
MAAwggF/BgorBgEEAdZ5AgQCBIIBbwSCAWsBaQB3AE51oydcmhDDOFts1N8/Uusd
8OCOG41pwLH6ZLFimjnfAAABlTwVmYwAAAQDAEgwRgIhAJ1QHHoibeFYP8WP2iBH
iHFvb23t1KGX5mIyz/qaDOiVAiEA9YoJLf4iN/cBscs34Au2/Q+8XV1vp6jAGHrS
g96cWn0AdgBzICIPCBaK+fPEposKsmqaSgDu9XeFighNBQDUpUJEWQAAAZU8FZnK
AAAEAwBHMEUCIAyZ5B3Qz8SM6B7Lo6roMIuJq90hviYxnWnJHRtA6x1CAiEAjzIJ
nm9dxUEO5LklQzgfXyZYupNxPVDqgs2AiEXrvCUAdgDm0jFjQHeMwRBBBtdxuc7B
0kD2loSG+7qHMh39HjeOUAAAAZU8FZncAAAEAwBHMEUCIAb+1GsDd5tXLQgyXD7i
eXdSKCig3skMucdMrwGDSlQEAiEAq8nSgfWhU8bTFTppmuYV3TxFyAs6wCo6Beu8
b6WpodQwDQYJKoZIhvcNAQELBQADggEBAGD5u3aznYiDyCORluAQRUTEsDNvx0X1
Y/MYfyF1Zc2qd3HbzwLAeIqy7QLtSmW5hQ/Xm2/G0jGYrrfH7VpHsEfaOBUFyYtk
A2C9XoLqFGz4ihBel/v8EbbbLpbIwE1bfEzU88aniwX1TT4ZL6qY7dlkpPThuI4T
DPyk/FaXFUh94B426EX6uVs3kYDbCvTJ3SnxKz5AmPKsn1oSgd4feKNmRSCfo38W
Q5z+7X8LxDmyD/9K1FghATTGridG3K7MhjJIhnYHkCrC8Q/DElppoQnW0rc6IEH9
QN+JR6S1lXGXN2KGmonQvKNhArWAwBuA8eZ+NKMjHAIX1jRk+fvhkLM=
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIEqjCCA5KgAwIBAgIQDeD/te5iy2EQn2CMnO1e0zANBgkqhkiG9w0BAQsFADBh
MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH
MjAeFw0xNzExMjcxMjQ2NDBaFw0yNzExMjcxMjQ2NDBaMG4xCzAJBgNVBAYTAlVT
MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j
b20xLTArBgNVBAMTJEVuY3J5cHRpb24gRXZlcnl3aGVyZSBEViBUTFMgQ0EgLSBH
MjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO8Uf46i/nr7pkgTDqnE
eSIfCFqvPnUq3aF1tMJ5hh9MnO6Lmt5UdHfBGwC9Si+XjK12cjZgxObsL6Rg1njv
NhAMJ4JunN0JGGRJGSevbJsA3sc68nbPQzuKp5Jc8vpryp2mts38pSCXorPR+sch
QisKA7OSQ1MjcFN0d7tbrceWFNbzgL2csJVQeogOBGSe/KZEIZw6gXLKeFe7mupn
NYJROi2iC11+HuF79iAttMc32Cv6UOxixY/3ZV+LzpLnklFq98XORgwkIJL1HuvP
ha8yvb+W6JislZJL+HLFtidoxmI7Qm3ZyIV66W533DsGFimFJkz3y0GeHWuSVMbI
lfsCAwEAAaOCAU8wggFLMB0GA1UdDgQWBBR435GQX+7erPbFdevVTFVT7yRKtjAf
BgNVHSMEGDAWgBROIlQgGJXm427mD/r6uRLtBhePOTAOBgNVHQ8BAf8EBAMCAYYw
HQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMBIGA1UdEwEB/wQIMAYBAf8C
AQAwNAYIKwYBBQUHAQEEKDAmMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5kaWdp
Y2VydC5jb20wQgYDVR0fBDswOTA3oDWgM4YxaHR0cDovL2NybDMuZGlnaWNlcnQu
Y29tL0RpZ2lDZXJ0R2xvYmFsUm9vdEcyLmNybDBMBgNVHSAERTBDMDcGCWCGSAGG
/WwBAjAqMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2VydC5jb20vQ1BT
MAgGBmeBDAECATANBgkqhkiG9w0BAQsFAAOCAQEAoBs1eCLKakLtVRPFRjBIJ9LJ
L0s8ZWum8U8/1TMVkQMBn+CPb5xnCD0GSA6L/V0ZFrMNqBirrr5B241OesECvxIi
98bZ90h9+q/X5eMyOD35f8YTaEMpdnQCnawIwiHx06/0BfiTj+b/XQih+mqt3ZXe
xNCJqKexdiB2IWGSKcgahPacWkk/BAQFisKIFYEqHzV974S3FAz/8LIfD58xnsEN
GfzyIDkH3JrwYZ8caPTf6ZX9M1GrISN8HnWTtdNCH2xEajRa/h9ZBXjUyFKQrGk2
n2hcLrfZSbynEC/pSw/ET7H5nWwckjmAJ1l9fcnbqkU/pf6uMQmnfl0JQjJNSg==
-----END CERTIFICATE-----

View File

@@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")]

View File

@@ -1,55 +0,0 @@
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\ConsoleApplication2.exe.config
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\ConsoleApplication2.exe
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\ConsoleApplication2.pdb
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\jose-jwt.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\jose-jwt.pdb
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\obj\x86\Debug\ConsoleApplication2.exe
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\obj\x86\Debug\ConsoleApplication2.pdb
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Common.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\NPOI.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\log4net.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\CSRedisCore.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\NHibernate.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\CacheManager.Core.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\NPOI.OOXML.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Newtonsoft.Json.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\aliyun-net-sdk-core.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\aliyun-net-sdk-dysmsapi.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\ICSharpCode.SharpZipLib.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\System.ValueTuple.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Iesi.Collections.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Antlr3.Runtime.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Remotion.Data.Linq.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\NPOI.OpenXmlFormats.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\NPOI.OpenXml4Net.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Common.pdb
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\NPOI.xml
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\CSRedisCore.pdb
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\CSRedisCore.xml
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\CacheManager.Core.xml
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\NPOI.OOXML.xml
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Newtonsoft.Json.xml
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\System.ValueTuple.xml
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\NPOI.OpenXml4Net.xml
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\obj\x86\Debug\ConsoleApplication2.csprojResolveAssemblyReference.cache
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\FluentScheduler.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\FluentScheduler.pdb
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\FluentScheduler.xml
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Domain.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\M2Mqtt.Net.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Domain.pdb
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\M2Mqtt.Net.pdb
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\RCUHost.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Dao.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\CommonEntity.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\RestSharp.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Spring.Data.NHibernate30.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Spring.Data.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Spring.Core.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Spring.Aop.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Common.Logging.dll
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\RCUHost.pdb
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\Dao.pdb
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\CommonEntity.pdb
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\RestSharp.pdb
E:\tian\chongxin\CRICS_V3_1124\ConsoleApplication2\bin\Debug\RestSharp.xml